mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 20:49:29 +00:00
feat: implement per book settings with player configuration and update methods
This commit is contained in:
parent
fd42ee2343
commit
e7dd4de515
19 changed files with 1030 additions and 20 deletions
|
|
@ -48,7 +48,7 @@ class AppSettings extends _$AppSettings {
|
|||
.themeSettings(isDarkMode: !state.themeSettings.isDarkMode);
|
||||
}
|
||||
|
||||
void updateState(model.AppSettings newSettings) {
|
||||
void update(model.AppSettings newSettings) {
|
||||
state = newSettings;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue