fix open setting shortcut
This commit is contained in:
@@ -109,7 +109,7 @@ export default function Action({ translator, fab }) {
|
||||
GM.registerMenuCommand(
|
||||
"Open Setting (Alt+o)",
|
||||
(event) => {
|
||||
setShowPopup((pre) => !pre);
|
||||
window.open(process.env.REACT_APP_OPTIONSPAGE, "_blank");
|
||||
},
|
||||
"O"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user