mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
Some visual updates, bugfixes, finished major refactoring!
This commit is contained in:
@@ -45,4 +45,8 @@ class ApplicationSettingsCubit extends Cubit<ApplicationSettingsState> {
|
||||
await localVault.storeApplicationSettings(settings);
|
||||
emit(settings);
|
||||
}
|
||||
|
||||
void clear() {
|
||||
emit(ApplicationSettingsState.defaultSettings);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user