fix errors with user menu and window management

This commit is contained in:
ouwou
2021-03-15 00:28:42 -05:00
parent b68b292c2c
commit 818aacb49c
6 changed files with 59 additions and 53 deletions

View File

@@ -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
}