mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -149,7 +149,8 @@ abstract final class SettingBoxKey {
|
||||
followOrderType = 'followOrderType',
|
||||
enableImgMenu = 'enableImgMenu',
|
||||
showDynDispute = 'showDynDispute',
|
||||
touchSlopH = 'touchSlopH';
|
||||
touchSlopH = 'touchSlopH',
|
||||
floatingNavBar = 'floatingNavBar';
|
||||
|
||||
static const String minimizeOnExit = 'minimizeOnExit',
|
||||
windowSize = 'windowSize',
|
||||
|
||||
@@ -966,4 +966,7 @@ abstract final class Pref {
|
||||
|
||||
static bool get saveReply =>
|
||||
_setting.get(SettingBoxKey.saveReply, defaultValue: true);
|
||||
|
||||
static bool get floatingNavBar =>
|
||||
_setting.get(SettingBoxKey.floatingNavBar, defaultValue: false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user