mirror of https://github.com/keeweb/keeweb
reverted debug code
parent
0d291afb05
commit
5d40831dd7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue