mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: def rcmd type
This commit is contained in:
@@ -14,7 +14,7 @@ class RcmdController extends PopupController {
|
||||
enableSaveLastData = GStorage.setting
|
||||
.get(SettingBoxKey.enableSaveLastData, defaultValue: false);
|
||||
defaultRcmdType = GStorage.setting
|
||||
.get(SettingBoxKey.defaultRcmdType, defaultValue: 'web');
|
||||
.get(SettingBoxKey.defaultRcmdType, defaultValue: 'app');
|
||||
|
||||
currentPage = 0;
|
||||
queryData();
|
||||
|
||||
Reference in New Issue
Block a user