mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
a6f867353f
[ci skip]
36 lines
709 B
Markdown
36 lines
709 B
Markdown
<!--
|
|
If you want to request a feature or ask a question, feel free to remove all the irrelevant text.
|
|
-->
|
|
|
|
### System:
|
|
|
|
- Nheko commit/version:
|
|
- Installation method: <!-- AppImage, some repository, local build etc -->
|
|
- Operating System:
|
|
- Qt version:
|
|
- C++ compiler:
|
|
- Desktop Environment: <!-- for Linux -->
|
|
|
|
### Actual behavior
|
|
|
|
### Expected behavior
|
|
|
|
### Steps to reproduce
|
|
|
|
<!--
|
|
If the program crashed send a backtrace:
|
|
|
|
You can retrieve a backtrace by building nheko with -DCMAKE_BUILD_TYPE=Debug
|
|
and running it through gdb or lldb.
|
|
|
|
gdb ./build/nheko
|
|
|
|
>> run
|
|
|
|
... Make the program crash
|
|
|
|
>> bt
|
|
|
|
... Paste a link of the output below (Use a pastebin, don't paste the text).
|
|
-->
|
|
### Debugger backtrace
|