add vscode stuff to fix titlebar/menubar for 1.98 update
This commit is contained in:
parent
f7bcfff53e
commit
83aa1f38c1
1 changed files with 5 additions and 2 deletions
|
@ -125,5 +125,8 @@
|
|||
"yaml.format.singleQuote": true,
|
||||
"evenBetterToml.formatter.indentEntries": false,
|
||||
"evenBetterToml.formatter.indentTables": true,
|
||||
"evenBetterToml.formatter.indentString": " "
|
||||
}
|
||||
"evenBetterToml.formatter.indentString": " ",
|
||||
"window.menuBarVisibility": "hidden",
|
||||
"window.titleBarStyle": "native",
|
||||
"window.customTitleBarVisibility": "never"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue