mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-17 13:31:11 +00:00
fixed bug
This commit is contained in:
parent
0e9eaa12aa
commit
6445c3ad41
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<div class="background-color"></div>
|
||||
<transition name="fade-between-two" appear mode="in-out">
|
||||
<ConnectingScreen v-if="!ready" />
|
||||
<div class="box" v-if="ready">
|
||||
<div class="box" v-if="loggedIn">
|
||||
<div class="frame" v-if="isElectron">
|
||||
<div class="window-buttons">
|
||||
<electron-frame-buttons />
|
||||
|
|
|
|||
Loading…
Reference in a new issue