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:
@@ -41,7 +41,7 @@ HFlickableColumnPage {
|
||||
py.callCoro(
|
||||
rememberAccount.checked ?
|
||||
"saved_accounts.add":
|
||||
"saved_accounts.delete",
|
||||
"saved_accounts.forget",
|
||||
|
||||
[receivedUserId]
|
||||
)
|
||||
|
Reference in New Issue
Block a user