更新用户界面, 修复总复习
This commit is contained in:
4
main.py
4
main.py
@@ -6,11 +6,11 @@ class AppLauncher(App):
|
||||
TITLE = "潜进 - 辅助记忆程序"
|
||||
BINDINGS = [("escape", "quit", "退出"), ("d", "toggle_dark", "改变色调")]
|
||||
SCREENS = {
|
||||
"file_selection_screen": screens.FileSelectorScreen,
|
||||
"dashboard": screens.DashboardScreen,
|
||||
}
|
||||
|
||||
def on_mount(self) -> None:
|
||||
self.push_screen("file_selection_screen")
|
||||
self.push_screen("dashboard")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user