Create getCommandOrControl function
This commit is contained in:
parent
0547ecf014
commit
929a521795
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,7 @@
|
|||
</div>
|
||||
<b-modal id="modal-2" centered size="lg" v-title="$root.getLz('settings.option.general.keybindings')">
|
||||
<div class="settings-option-body">
|
||||
<!-- TODO: Use getCommandOrControl function result -->
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
Web Remote
|
||||
|
@ -1178,6 +1179,9 @@
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
getCommandOrControl() {
|
||||
return app.cfg.os == "darwin" ? "⌘" : "Ctrl";
|
||||
},
|
||||
windowBgStyleChange() {
|
||||
this.$root.getNowPlayingArtworkBG(undefined, true)
|
||||
if (this.$root.cfg.visual.window_background_style == "mica") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue