Revert "fix rare crash due to unfocus effect"

This reverts commit 80b1207640.
This commit is contained in:
Araxeus
2021-04-09 22:28:55 +03:00
parent 80b1207640
commit 3d41d04818

View File

@ -6,8 +6,6 @@ module.exports = () => {
const bar = new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex("#050505"),
itemBackgroundColor: customTitlebar.Color.fromHex("#121212"),
// !important - unfocus effect can sometimes cause crash as of v3.2.6 of custom-electron-titlebar
unfocusEffect: false
});
bar.updateTitle(" ");
document.title = "Youtube Music";