mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
@@ -23,19 +23,21 @@
|
|||||||
Title="{u:I18n EnableSyncOnRefresh}"
|
Title="{u:I18n EnableSyncOnRefresh}"
|
||||||
IsToggled="{Binding EnableSyncOnRefresh}"
|
IsToggled="{Binding EnableSyncOnRefresh}"
|
||||||
Subtitle="{u:I18n EnableSyncOnRefreshDescription}"
|
Subtitle="{u:I18n EnableSyncOnRefreshDescription}"
|
||||||
AutomationId="SubmitCrashLogsSwitch"
|
AutomationId="SyncOnRefreshSwitch"
|
||||||
StyleClass="settings-item-view"
|
StyleClass="settings-item-view"
|
||||||
HorizontalOptions="FillAndExpand" />
|
HorizontalOptions="FillAndExpand" />
|
||||||
|
|
||||||
<StackLayout StyleClass="box" Margin="0,12,0,0">
|
<StackLayout StyleClass="box" Margin="0,12,0,0">
|
||||||
<Button
|
<Button
|
||||||
Text="{u:I18n SyncNow}"
|
Text="{u:I18n SyncNow}"
|
||||||
Command="{Binding SyncCommand}"></Button>
|
Command="{Binding SyncCommand}"
|
||||||
|
AutomationId="SyncNowButton"></Button>
|
||||||
<Label
|
<Label
|
||||||
Text="{Binding LastSyncDisplay}"
|
Text="{Binding LastSyncDisplay}"
|
||||||
StyleClass="text-muted, text-sm"
|
StyleClass="text-muted, text-sm"
|
||||||
HorizontalTextAlignment="Start"
|
HorizontalTextAlignment="Start"
|
||||||
Margin="0,10" />
|
Margin="0,10"
|
||||||
|
AutomationId="LastSyncLabel" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
<controls:SettingChooserItemView
|
<controls:SettingChooserItemView
|
||||||
@@ -51,7 +53,7 @@
|
|||||||
Title="{u:I18n AllowScreenCapture}"
|
Title="{u:I18n AllowScreenCapture}"
|
||||||
IsToggled="{Binding IsScreenCaptureAllowed}"
|
IsToggled="{Binding IsScreenCaptureAllowed}"
|
||||||
IsEnabled="{Binding CanToggleeScreenCaptureAllowed}"
|
IsEnabled="{Binding CanToggleeScreenCaptureAllowed}"
|
||||||
AutomationId="SubmitCrashLogsSwitch"
|
AutomationId="AllowScreenCaptureSwitch"
|
||||||
StyleClass="settings-item-view"
|
StyleClass="settings-item-view"
|
||||||
HorizontalOptions="FillAndExpand" />
|
HorizontalOptions="FillAndExpand" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user