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