mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
improve million application
This commit is contained in:
@@ -16,7 +16,7 @@ function formatUrl (inputUrl: string) {
|
||||
}
|
||||
}
|
||||
|
||||
export default function Shortcuts() {
|
||||
function Shortcuts() {
|
||||
const { settingsState, setSettingsState } = useSettingsContext();
|
||||
|
||||
const switchChange = (shortcutName: string, isOn: boolean): void => {
|
||||
@@ -153,3 +153,5 @@ export default function Shortcuts() {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Shortcuts;
|
||||
Reference in New Issue
Block a user