mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
dont call StopDiscord in destructor
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
This commit is contained in:
@@ -56,7 +56,6 @@ Abaddon::Abaddon()
|
||||
|
||||
Abaddon::~Abaddon() {
|
||||
m_settings.Close();
|
||||
StopDiscord();
|
||||
}
|
||||
|
||||
Abaddon &Abaddon::Get() {
|
||||
|
||||
Reference in New Issue
Block a user