librewolf: Drop removed activity cursor setting

This was unfortunately removed from upstream Firefox in [1] likely from
some sort of cleanup campaign on old code. There are no plans to
introduce it back based on [2], so we'll have to live without it.

[1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1848896
[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1858801
This commit is contained in:
Donovan Glover 2024-08-10 19:55:41 -04:00
parent b74daeaeaf
commit 6d47500cdc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,8 +9,6 @@
settings = {
"middlemouse.paste" = false;
"ui.use_activity_cursor" = true;
"browser.download.useDownloadDir" = true;
"browser.tabs.insertAfterCurrent" = true;
"browser.tabs.warnOnClose" = true;