mirror of
https://github.com/uowuo/abaddon.git
synced 2026-01-17 14:30:05 +00:00
dont override expansion state because of active channel
This commit is contained in:
@@ -543,7 +543,7 @@ void Abaddon::LoadState() {
|
||||
#ifdef WITH_LIBHANDY
|
||||
m_main_window->GetChatWindow()->UseTabsState(state.Tabs);
|
||||
#endif
|
||||
ActionChannelOpened(state.ActiveChannel);
|
||||
ActionChannelOpened(state.ActiveChannel, false);
|
||||
} catch (const std::exception &e) {
|
||||
printf("failed to load application state: %s\n", e.what());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user