Memorable window size

This commit is contained in:
2025-03-27 00:37:45 +08:00
parent 4589722c3b
commit c28a664373
5 changed files with 53 additions and 4 deletions

View File

@ -24,6 +24,7 @@ const kAppAutoTranslate = 'app_auto_translate';
const kAppHideBottomNav = 'app_hide_bottom_nav';
const kAppSoundEffects = 'app_sound_effects';
const kAppAprilFoolFeatures = 'app_april_fool_features';
const kAppWindowSize = 'app_window_size';
const Map<String, FilterQuality> kImageQualityLevel = {
'settingsImageQualityLowest': FilterQuality.none,