Changed visibility of Bombing panel to None by default
This commit is contained in:
@@ -417,7 +417,7 @@ class StatViewSettings:
|
||||
"miningyield" : 2,
|
||||
"drones" : 2,
|
||||
"outgoing" : 2,
|
||||
"bombing" : 2,
|
||||
"bombing" : 0,
|
||||
}
|
||||
|
||||
self.serviceStatViewDefaultSettings = SettingsProvider.getInstance().getSettings("pyfaServiceStatViewSettings", serviceStatViewDefaultSettings)
|
||||
|
||||
Reference in New Issue
Block a user