reverted debug code

pull/1769/head
antelle 2021-03-05 21:16:42 +01:00
parent 0d291afb05
commit 5d40831dd7
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const Features = {
return isDesktop && (this.isMac || this.isWindows);
},
renderCustomTitleBar() {
return isDesktop && (this.isMac || this.isWindows); // revert me
return isDesktop && this.isWindows;
},
hasUnicodeFlags() {
return this.isMac;