mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt set pageTransition
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -678,10 +678,11 @@ abstract class Pref {
|
||||
static bool get enableMYBar =>
|
||||
_setting.get(SettingBoxKey.enableMYBar, defaultValue: true);
|
||||
|
||||
static int get pageTransition => _setting.get(
|
||||
SettingBoxKey.pageTransition,
|
||||
defaultValue: Transition.native.index,
|
||||
);
|
||||
static Transition get pageTransition =>
|
||||
Transition.values[_setting.get(
|
||||
SettingBoxKey.pageTransition,
|
||||
defaultValue: Transition.native.index,
|
||||
)];
|
||||
|
||||
static bool get enableQuickDouble =>
|
||||
_setting.get(SettingBoxKey.enableQuickDouble, defaultValue: true);
|
||||
|
||||
Reference in New Issue
Block a user