Firefox: disable widget.use-xdg-desktop-portal.mime-handler

This commit is contained in:
Toast 2023-06-30 12:10:07 +02:00
parent 4ba470cf5d
commit 2d69565d91

View file

@ -41,12 +41,12 @@
"Status" = "default";
};
/*
Not sure what this does,
but https://wiki.archlinux.org/title/Firefox#KDE_integration
tells me to enable it
https://wiki.archlinux.org/title/Firefox#KDE_integration tells me to enable this,
but strangely enough doing so makes firefox ask to be set as the default browser
every time you start it up, so I'll disable it
*/
"widget.use-xdg-desktop-portal.mime-handler" = {
"Value" = 1;
"Value" = 0;
"Status" = "default";
};
};