Fix intermittently missing title bar on Windows

https://forums.zotero.org/discussion/comment/437636/#Comment_437636
This commit is contained in:
Dan Stillman 2023-06-28 07:27:18 -04:00
parent 1274f5f602
commit f447a4953a

View file

@ -427,6 +427,9 @@ if [ $BUILD_WIN == 1 ]; then
fi
modify_omni $arch
# Disable skeleton UI window
# https://forums.zotero.org/discussion/comment/437636/#Comment_437636
replace_line 'pref\("browser\.startup\.preXulSkeletonUI", true\);' 'pref("browser.startup.preXulSkeletonUI", false);' defaults/preferences/firefox.js
popd
# Uncomment to create local copies for reuse