Changed startup to macos/win only

This commit is contained in:
Core 2022-04-07 12:44:03 +01:00
parent f318414ca0
commit f5539dc1dc
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -26,7 +26,7 @@
<input type="checkbox" v-model="$root.cfg.general.privateEnabled" v-on:change="$root.mk.privateEnabled = $root.cfg.general.privateEnabled" switch/>
</div>
</div>
<div class="md-option-line">
<div class="md-option-line" v-show="app.platform !== 'linux'">
<div class="md-option-segment">
{{$root.getLz('settings.option.window.openOnStartup')}}
</div>