mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 15:43:59 +00:00
change theme fix
This commit is contained in:
@@ -58,7 +58,7 @@ registerCommand({
|
|||||||
category: 'Theme',
|
category: 'Theme',
|
||||||
name: 'Change',
|
name: 'Change',
|
||||||
toolbarName: 'Change theme',
|
toolbarName: 'Change theme',
|
||||||
onClick: () => showModal(SettingsModal, { selectedTab: 1 }),
|
onClick: () => showModal(SettingsModal, { selectedTab: 2 }),
|
||||||
// getSubCommands: () => get(extensions).themes.map(themeCommand),
|
// getSubCommands: () => get(extensions).themes.map(themeCommand),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user