mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-20 08:08:44 +00:00
opt update page transition
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -663,8 +663,8 @@ Future<void> _showTransitionDialog(
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
if (res != null) {
|
if (res != null) {
|
||||||
|
Get.rootController.defaultTransition = res;
|
||||||
await GStorage.setting.put(SettingBoxKey.pageTransition, res.index);
|
await GStorage.setting.put(SettingBoxKey.pageTransition, res.index);
|
||||||
SmartDialog.showToast('重启生效');
|
|
||||||
setState();
|
setState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user