dev mode
This commit is contained in:
@@ -54,3 +54,4 @@ BATTERY = app_config.get("battery", {"enable": False})
|
||||
WINDOW_TITLE = app_config.get("window_title", {"enable": True})
|
||||
STYLIX = app_config.get("stylix", {"enable": False})
|
||||
BAR_HEIGHT = app_config.get("height", 40)
|
||||
DEV = app_config.get("dev", False)
|
||||
|
||||
Reference in New Issue
Block a user