mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-14 01:39:56 -05:00
Feat: Recent Tab (Unread State) + Bug Fixes
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
label: "New folder & add",
|
||||
icon: FolderSimplePlusIcon,
|
||||
onClick: async () => {
|
||||
const name = prompt("FolderIcon name:");
|
||||
const name = prompt("Folder name:");
|
||||
if (!name?.trim()) return;
|
||||
const cat = await getAdapter().createCategory(name.trim()).catch(console.error);
|
||||
if (cat) {
|
||||
|
||||
Reference in New Issue
Block a user