custom show fs screenshot btn

Closes #1103

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-24 13:59:01 +08:00
parent f942b2a7ee
commit 6c52db1c6c
5 changed files with 16 additions and 3 deletions

View File

@@ -791,4 +791,7 @@ class Pref {
}
return null;
}
static bool get showFsScreenshotBtn =>
_setting.get(SettingBoxKey.showFsScreenshotBtn, defaultValue: true);
}