Fix intermittently missing title bar on Windows
https://forums.zotero.org/discussion/comment/437636/#Comment_437636
This commit is contained in:
parent
1274f5f602
commit
f447a4953a
1 changed files with 3 additions and 0 deletions
|
@ -427,6 +427,9 @@ if [ $BUILD_WIN == 1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
modify_omni $arch
|
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
|
popd
|
||||||
|
|
||||||
# Uncomment to create local copies for reuse
|
# Uncomment to create local copies for reuse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue