mod: rcmd: show refresh tip

Closes #135

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-10 17:28:03 +08:00
parent cc74cec7ba
commit 96fb17e6b1
5 changed files with 109 additions and 25 deletions

View File

@@ -318,6 +318,9 @@ class GStorage {
static bool get horizontalPreview => GStorage.setting
.get(SettingBoxKey.horizontalPreview, defaultValue: false);
static bool get savedRcmdTip =>
GStorage.setting.get(SettingBoxKey.savedRcmdTip, defaultValue: true);
static List<double> get dynamicDetailRatio => List<double>.from(setting
.get(SettingBoxKey.dynamicDetailRatio, defaultValue: [60.0, 40.0]));
@@ -530,6 +533,7 @@ class SettingBoxKey {
horizontalPreview = 'horizontalPreview',
banWordForReply = 'banWordForReply',
banWordForZone = 'banWordForZone',
savedRcmdTip = 'savedRcmdTip',
// Sponsor Block
enableSponsorBlock = 'enableSponsorBlock',