mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
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:
parent
b74daeaeaf
commit
6d47500cdc
@ -9,8 +9,6 @@
|
|||||||
settings = {
|
settings = {
|
||||||
"middlemouse.paste" = false;
|
"middlemouse.paste" = false;
|
||||||
|
|
||||||
"ui.use_activity_cursor" = true;
|
|
||||||
|
|
||||||
"browser.download.useDownloadDir" = true;
|
"browser.download.useDownloadDir" = true;
|
||||||
"browser.tabs.insertAfterCurrent" = true;
|
"browser.tabs.insertAfterCurrent" = true;
|
||||||
"browser.tabs.warnOnClose" = true;
|
"browser.tabs.warnOnClose" = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user