mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +00:00
fix themes
This commit is contained in:
@@ -636,6 +636,7 @@ export const useAppStore = create<AppState & AppActions>()(
|
||||
name: trashed.name,
|
||||
path: trashed.path,
|
||||
lastOpened: new Date().toISOString(),
|
||||
theme: trashed.theme, // Preserve theme from trashed project
|
||||
};
|
||||
|
||||
set({
|
||||
|
||||
Reference in New Issue
Block a user