Skip to content

Commit

Permalink
enh(options): Show Autosync and strategy options in browser
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 9, 2023
1 parent db9c49c commit d6f7941
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/ui/components/OptionsGoogleDrive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
</v-card-title>
<v-card-text>
<v-switch
v-if="!isBrowser"
:value="enabled"
:aria-label="t('LabelAutosync')"
:label="t('LabelAutosync')"
Expand All @@ -93,7 +92,6 @@
:value="syncInterval"
@input="$emit('update:syncInterval', $event)" />
<OptionSyncStrategy
v-if="!isBrowser"
:value="strategy"
@input="$emit('update:strategy', $event)" />
<OptionNestedSync
Expand Down
2 changes: 0 additions & 2 deletions src/ui/components/OptionsNextcloudBookmarks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
</v-card-title>
<v-card-text>
<v-switch
v-if="!isBrowser"
:value="enabled"
:aria-label="t('LabelAutosync')"
:label="t('LabelAutosync')"
Expand All @@ -84,7 +83,6 @@
:value="syncInterval"
@input="$emit('update:syncInterval', $event)" />
<OptionSyncStrategy
v-if="!isBrowser"
:value="strategy"
@input="$emit('update:strategy', $event)" />
<OptionNestedSync
Expand Down
2 changes: 0 additions & 2 deletions src/ui/components/OptionsWebdav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
</v-card-title>
<v-card-text>
<v-switch
v-if="!isBrowser"
:value="enabled"
:aria-label="t('LabelAutosync')"
:label="t('LabelAutosync')"
Expand All @@ -93,7 +92,6 @@
:value="syncInterval"
@input="$emit('update:syncInterval', $event)" />
<OptionSyncStrategy
v-if="!isBrowser"
:value="strategy"
@input="$emit('update:strategy', $event)" />
<OptionNestedSync
Expand Down
1 change: 0 additions & 1 deletion src/ui/views/NewAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
{{ t('LabelSyncbehaviorsetup') }}
</div>
<v-switch
v-if="isBrowser"
v-model="enabled"
:aria-label="t('LabelAutosync')"
:label="t('LabelAutosync')"
Expand Down

0 comments on commit d6f7941

Please sign in to comment.