mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
hide overlay only if disconnected.
This commit is contained in:
parent
11b3738244
commit
cfcc06fdcd
@ -20,7 +20,7 @@
|
|||||||
:cursorDraw="inactiveCursorDrawFunction"
|
:cursorDraw="inactiveCursorDrawFunction"
|
||||||
/>
|
/>
|
||||||
<neko-overlay
|
<neko-overlay
|
||||||
v-show="!private_mode_enabled && connected"
|
v-show="!private_mode_enabled && state.connection.status != 'disconnected'"
|
||||||
:style="{ pointerEvents: state.control.locked ? 'none' : 'auto' }"
|
:style="{ pointerEvents: state.control.locked ? 'none' : 'auto' }"
|
||||||
:wsControl="control"
|
:wsControl="control"
|
||||||
:sessions="state.sessions"
|
:sessions="state.sessions"
|
||||||
|
Loading…
Reference in New Issue
Block a user