Skip to content

Commit b39194d

Browse files
committed
fix: add divider between appearance settings
1 parent e99b7e8 commit b39194d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

entry/src/main/ets/pages/SettingPage.ets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ export struct SettingPage {
296296
this.updateSettings('app_appearance_show_next_token_enable');
297297
}
298298
})
299+
300+
SubItemDivider()
301+
299302
SubItemToggle({
300303
icon: $r('sys.symbol.transfer_station'),
301304
title: $r('app.string.swap_host_user'), isOn: AppPreference.getAppearanceSwapHostUserEnable(),
@@ -305,6 +308,9 @@ export struct SettingPage {
305308
this.updateSettings('app_appearance_swap_host_user_enable');
306309
}
307310
})
311+
312+
SubItemDivider()
313+
308314
SubItemToggle({
309315
icon: $r('sys.symbol.face'),
310316
title: $r('app.string.auto_unlock'), isOn: AppPreference.getAppearanceAutoUnlockEnable(),

0 commit comments

Comments
 (0)