Top switches not compact
This commit is contained in:
parent
15051812bb
commit
0ecabbd373
|
@ -9,13 +9,13 @@
|
|||
<ft-flex-box class="generalSettingsFlexBox">
|
||||
<ft-toggle-switch
|
||||
label="Fallback to Non-Preferred Backend on Failure"
|
||||
:compact=true
|
||||
:compact=false
|
||||
:default-value="backendFallback"
|
||||
@change="updateBackendFallback"
|
||||
/>
|
||||
<ft-toggle-switch
|
||||
label="Check for Updates"
|
||||
:compact=true
|
||||
:compact=false
|
||||
:default-value="checkForUpdates"
|
||||
@change="updateCheckForUpdates"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue