added native title bar option, added window control position

This commit is contained in:
booploops 2022-04-01 00:07:01 -07:00
parent 8e7bb2fd0b
commit 0abef214cf
6 changed files with 60 additions and 7 deletions

View file

@ -1,6 +1,6 @@
// Linux
body[platform="linux"] {
#window-controls-container {
display: none;
//display: none;
}
}