mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ui, config: added constant needed by ConnDetails
This commit is contained in:
parent
1b8d1ae227
commit
f943c69c79
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ class Config:
|
|||
STATS_RULES_SPLITTER_POS = "statsDialog/rules_splitter_pos"
|
||||
STATS_VIEW_COL_STATE = "statsDialog/view_columns_state"
|
||||
STATS_VIEW_DETAILS_COL_STATE = "statsDialog/view_details_columns_state"
|
||||
|
||||
INFOWIN_GEOMETRY = "infoWindow/geometry"
|
||||
|
||||
# don't translate
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue