mirror of https://github.com/Fabio286/antares.git
feat(UI): double click on the title bar will toggle window fullscreen size
This commit is contained in:
parent
7657d05edf
commit
a35566f273
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="titlebar">
|
<div id="titlebar" @dblclick="toggleFullScreen">
|
||||||
<div class="titlebar-resizer" />
|
<div class="titlebar-resizer" />
|
||||||
<div class="titlebar-elements">
|
<div class="titlebar-elements">
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in New Issue