fix live dm

opt live/article report

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-13 11:47:57 +08:00
parent 10ed5f2ea4
commit f41af00b31
4 changed files with 11 additions and 7 deletions

View File

@@ -722,4 +722,7 @@ class Pref {
static bool get directExitOnBack =>
_setting.get(SettingBoxKey.directExitOnBack, defaultValue: false);
static bool get historyPause =>
_localCache.get(LocalCacheKey.historyPause, defaultValue: false);
}