Floating NavBar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-02 12:37:49 +08:00
parent cdc1720358
commit de3505ce07
8 changed files with 870 additions and 60 deletions

View File

@@ -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);
}