mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: minimal and default toolbar are same
This commit is contained in:
@@ -10,7 +10,7 @@ import { useThemeStore } from '../../../stores/use-theme-store';
|
||||
export const tools = getAllTools();
|
||||
export const presets: { [name: string]: ToolbarGroupDefinition[] } = {
|
||||
default: getDefaultPresets().default,
|
||||
minimal: getDefaultPresets().default,
|
||||
minimal: getDefaultPresets().minimal,
|
||||
custom: []
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user