We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99b7e8 commit b39194dCopy full SHA for b39194d
entry/src/main/ets/pages/SettingPage.ets
@@ -296,6 +296,9 @@ export struct SettingPage {
296
this.updateSettings('app_appearance_show_next_token_enable');
297
}
298
})
299
+
300
+ SubItemDivider()
301
302
SubItemToggle({
303
icon: $r('sys.symbol.transfer_station'),
304
title: $r('app.string.swap_host_user'), isOn: AppPreference.getAppearanceSwapHostUserEnable(),
@@ -305,6 +308,9 @@ export struct SettingPage {
305
308
this.updateSettings('app_appearance_swap_host_user_enable');
306
309
307
310
311
312
313
314
315
icon: $r('sys.symbol.face'),
316
title: $r('app.string.auto_unlock'), isOn: AppPreference.getAppearanceAutoUnlockEnable(),
0 commit comments