remove floating navbar

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-22 14:07:06 +08:00
parent c4c4fd5f3d
commit b586920ffd
6 changed files with 8 additions and 831 deletions

View File

@@ -56,7 +56,6 @@ abstract final class SettingBoxKey {
followOrderType = 'followOrderType',
enableImgMenu = 'enableImgMenu',
touchSlopH = 'touchSlopH',
floatingNavBar = 'floatingNavBar',
angleDegrees = 'angleDegrees',
liveStream = 'liveStream';

View File

@@ -542,9 +542,6 @@ abstract final class Pref {
defaultValue: deviceTouchSlop + 6.0,
);
static bool get floatingNavBar =>
_setting.get(SettingBoxKey.floatingNavBar, defaultValue: false);
static int get angleDegrees =>
_setting.get(SettingBoxKey.angleDegrees, defaultValue: 30);