mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
fix errors with user menu and window management
This commit is contained in:
@@ -71,8 +71,3 @@ GuildSettingsWindow::GuildSettingsWindow(Snowflake id)
|
||||
m_main.show();
|
||||
add(m_main);
|
||||
}
|
||||
|
||||
void GuildSettingsWindow::on_hide() {
|
||||
Gtk::Window::on_hide();
|
||||
delete this; // :x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user