lib
This commit is contained in:
parent
7cff7dc63f
commit
1ed86b13e2
File diff suppressed because one or more lines are too long
|
@ -76,8 +76,8 @@ class OldTitleBar {
|
|||
|
||||
this.defaults = {
|
||||
settings: {
|
||||
displayNative: {value:!!document.querySelector(".platform-linux"), description:"Displays the native titlebar."},
|
||||
addOldBar: {value:true, description:"Displays the titlebar in the old fashion."},
|
||||
displayNative: {value:!!document.querySelector(".platform-linux"), description:"Displays the native Title Bar."},
|
||||
addOldBar: {value:true, description:"Displays the Title Bar in the old fashion."},
|
||||
addToSettings: {value:true, description:"Adds a Title Bar to Settings Windows."},
|
||||
reloadButton: {value:false, description:"Adds a Reload Button to the Title Bar."}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue