dキーを押した際の挙動も変更
This commit is contained in:
parent
e96c94ef2e
commit
3f20639fba
|
@ -69,6 +69,7 @@ export async function mainBoot() {
|
||||||
|
|
||||||
const hotkeys = {
|
const hotkeys = {
|
||||||
'd': (): void => {
|
'd': (): void => {
|
||||||
|
ColdDeviceStorage.set('syncDeviceDarkMode', false);
|
||||||
defaultStore.set('darkMode', !defaultStore.state.darkMode);
|
defaultStore.set('darkMode', !defaultStore.state.darkMode);
|
||||||
},
|
},
|
||||||
's': (): void => {
|
's': (): void => {
|
||||||
|
|
Loading…
Reference in New Issue