feat(UI): double click on the title bar will toggle window fullscreen size

This commit is contained in:
Giulio Ganci 2021-10-24 13:00:36 +02:00
parent 7657d05edf
commit a35566f273
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div id="titlebar">
<div id="titlebar" @dblclick="toggleFullScreen">
<div class="titlebar-resizer" />
<div class="titlebar-elements">
<img