Skip to content

Commit eca7e00

Browse files
authored
Update app.py
1 parent df66ca8 commit eca7e00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/config_editor/app.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ class ConfigEditorApp(App):
109109
ENABLE_COMMAND_PALETTE = False
110110
CSS_PATH = "style.tcss"
111111
SCREENS = {
112-
"main": MainScreen(),
113-
"settings": SettingsScreen(),
114-
"compile": CompileScreen(),
115-
"editor": EditorScreen(),
112+
"main": MainScreen,
113+
"settings": SettingsScreen,
114+
"compile": CompileScreen,
115+
"editor": EditorScreen,
116116
}
117117

118118
def on_mount(self) -> None:

0 commit comments

Comments
 (0)