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-toggle-switch
|
||||
label="Fallback to Non-Preferred Backend on Failure"
|
||||
:compact=false
|
||||
:default-value="backendFallback"
|
||||
@change="updateBackendFallback"
|
||||
/>
|
||||
<ft-toggle-switch
|
||||
label="Check for Updates"
|
||||
:compact=false
|
||||
:default-value="checkForUpdates"
|
||||
@change="updateCheckForUpdates"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue