✨ Lrclib as provider
This commit is contained in:
@@ -83,7 +83,9 @@ class Shell extends HookConsumerWidget {
|
||||
void saveWindowSize() {
|
||||
windowManager.getBounds().then((bounds) {
|
||||
final settingsNotifier = ref.read(settingsProvider.notifier);
|
||||
settingsNotifier.setWindowSize(bounds.size);
|
||||
Future(() {
|
||||
settingsNotifier.setWindowSize(bounds.size);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user