Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix all warnings shown by GCC
|
|
|
|
since the destructor is run during static destruction it can cause issues
it's redundant anyways as StopDiscord is slotted into Gtk::Application::signal_shutdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
oops
|
|
also check getenv in platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix another unchecked optional
|
|
|
|
|
|
|
|
|
|
also discard exceptions in file cache futures
|
|
|
|
it still jumps around a bit sometimes but its acceptable. hopefully there is a better solution
|
|
|
|
should also fix compilation in some situations because of sigc++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
even though this probably isnt the best idea in a third party client...
|
|
|
|
this probably doesnt do anything but i added it while trying to fix something and it might work sometime i dont know
|
|
|
|
|
|
|
|
|
|
so that the threads window does not show deleted threads in active
|