use darkMode=true
This commit is contained in:
parent
a5a5fb4d6e
commit
85e1cd720f
|
@ -66,5 +66,5 @@ when isMainModule:
|
||||||
# Loads the model from the database and starts the application.
|
# Loads the model from the database and starts the application.
|
||||||
#databasePath is coming from shared.nim
|
#databasePath is coming from shared.nim
|
||||||
let model = newRoutineModel(databasePath)
|
let model = newRoutineModel(databasePath)
|
||||||
brew("org.itwrx.EZ-Bkup", gui(App(routineModel = model)), icons=["icons/"], stylesheets=[loadStylesheet("styles.css")])
|
brew("org.itwrx.EZ-Bkup", gui(App(routineModel = model)), darkTheme = true, icons=["icons/"], stylesheets=[loadStylesheet("styles.css")])
|
||||||
|
|
Loading…
Reference in New Issue