Skip to content

Commit

Permalink
remove function for qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Dec 14, 2024
1 parent 1a553b0 commit abcdc0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion floorp/browser/base/content/browser-floorp-pageActions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const gFloorpPageAction = {
window.SessionStore.promiseInitialized.then(() => {
document
.getElementById("star-button-box")
.before(gFloorpPageAction.qrCode.QRCodeGeneratePageActionButton);

if (Services.prefs.getBoolPref("floorp.browser.ssb.enabled")) {
document
Expand Down

0 comments on commit abcdc0f

Please sign in to comment.