Use default when compact is false
This commit is contained in:
parent
59a922578b
commit
eec1f19821
|
@ -9,13 +9,11 @@
|
||||||
<ft-flex-box class="generalSettingsFlexBox">
|
<ft-flex-box class="generalSettingsFlexBox">
|
||||||
<ft-toggle-switch
|
<ft-toggle-switch
|
||||||
label="Fallback to Non-Preferred Backend on Failure"
|
label="Fallback to Non-Preferred Backend on Failure"
|
||||||
:compact=false
|
|
||||||
:default-value="backendFallback"
|
:default-value="backendFallback"
|
||||||
@change="updateBackendFallback"
|
@change="updateBackendFallback"
|
||||||
/>
|
/>
|
||||||
<ft-toggle-switch
|
<ft-toggle-switch
|
||||||
label="Check for Updates"
|
label="Check for Updates"
|
||||||
:compact=false
|
|
||||||
:default-value="checkForUpdates"
|
:default-value="checkForUpdates"
|
||||||
@change="updateCheckForUpdates"
|
@change="updateCheckForUpdates"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue