Refactor user_files module & add live reloading

- Cleaner design for the backend user_files classes and simplified
  interaction with QML
- Config and theme files will now automatically reload when changed on
  disk
- Removed manual reload keybind and button
This commit is contained in:
miruka
2020-10-05 03:06:07 -04:00
parent 00c468384a
commit 75fbf23b21
13 changed files with 249 additions and 230 deletions

View File

@@ -41,7 +41,7 @@ HFlickableColumnPage {
py.callCoro(
rememberAccount.checked ?
"saved_accounts.add":
"saved_accounts.delete",
"saved_accounts.forget",
[receivedUserId]
)