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