mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:55:54 +00:00
UI: Traffic Graph: Open on startup for "Hide on close" option
This commit is contained in:
parent
13bd3d3523
commit
c797c76b71
@ -443,8 +443,12 @@ void FortManager::show()
|
||||
windowManager->showHomeWindow();
|
||||
}
|
||||
|
||||
if (iniUser.graphWindowVisible()) {
|
||||
if (iniUser.graphWindowVisible() || iniUser.graphWindowHideOnClose()) {
|
||||
windowManager->showGraphWindow();
|
||||
|
||||
if (!iniUser.graphWindowVisible()) {
|
||||
windowManager->closeGraphWindow();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user