mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: wrong icon paths
This commit is contained in:
parent
e5d7bd458b
commit
3f8bfc0b91
1 changed files with 3 additions and 6 deletions
|
@ -18,12 +18,9 @@
|
||||||
:class="{ disabled: keybind.length === 0 }">
|
:class="{ disabled: keybind.length === 0 }">
|
||||||
<p>Save</p>
|
<p>Save</p>
|
||||||
<div>
|
<div>
|
||||||
<img alt="" src="../public/cmd.svg" v-if="os === 'macos'" />
|
<IconsCmd v-if="os === 'macos'" />
|
||||||
<img
|
<IconsCtrl v-if="os === 'linux' || os === 'windows'" />
|
||||||
alt=""
|
<IconsEnter />
|
||||||
src="../public/ctrl.svg"
|
|
||||||
v-if="os === 'linux' || os === 'windows'" />
|
|
||||||
<img alt="" src="../public/enter.svg" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue