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 }">
|
||||
<p>Save</p>
|
||||
<div>
|
||||
<img alt="" src="../public/cmd.svg" v-if="os === 'macos'" />
|
||||
<img
|
||||
alt=""
|
||||
src="../public/ctrl.svg"
|
||||
v-if="os === 'linux' || os === 'windows'" />
|
||||
<img alt="" src="../public/enter.svg" />
|
||||
<IconsCmd v-if="os === 'macos'" />
|
||||
<IconsCtrl v-if="os === 'linux' || os === 'windows'" />
|
||||
<IconsEnter />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue