Skip to content

Commit 6e250af

Browse files
committed
add: window controls option
1 parent f5f0e92 commit 6e250af

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

options/general/windowControls.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.window-controls {
2+
display: none !important;
3+
}

skin.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,20 @@
175175
},
176176

177177

178+
"General - Window Controls": {
179+
"description": "Hide the Window Controls (Minimize, Maximize, Close) from the titlebar",
180+
"default": "no",
181+
"tab": "General",
182+
"section": "Other",
183+
"values": {
184+
"no": {},
185+
"yes": {
186+
"TargetCss": { "affects": [".*"], "src": "options/general/windowControls.css" }
187+
}
188+
}
189+
},
190+
191+
178192
"General - Achievement Notification": {
179193
"description": "Hide the Achievment Notification (Sound is still there)",
180194
"default": "no",

0 commit comments

Comments
 (0)