mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
custom enable log
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -497,6 +497,9 @@ class GStorage {
|
||||
static String get banWordForDyn =>
|
||||
GStorage.setting.get(SettingBoxKey.banWordForDyn, defaultValue: '');
|
||||
|
||||
static bool get enableLog =>
|
||||
setting.get(SettingBoxKey.enableLog, defaultValue: true);
|
||||
|
||||
static List<double> get dynamicDetailRatio => List<double>.from(setting
|
||||
.get(SettingBoxKey.dynamicDetailRatio, defaultValue: const [60.0, 40.0]));
|
||||
|
||||
@@ -794,6 +797,7 @@ class SettingBoxKey {
|
||||
pageTransition = 'pageTransition',
|
||||
optTabletNav = 'optTabletNav',
|
||||
banWordForDyn = 'banWordForDyn',
|
||||
enableLog = 'enableLog',
|
||||
|
||||
// WebDAV
|
||||
webdavUri = 'webdavUri',
|
||||
|
||||
Reference in New Issue
Block a user