From 80c04702012cb1a43711d559e8ffbe9e250b1a57 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 5 Jul 2025 20:21:52 +0200 Subject: first steps for create new note --- src/tui/commands.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tui/commands.rs') diff --git a/src/tui/commands.rs b/src/tui/commands.rs index 08ee677..47d2802 100644 --- a/src/tui/commands.rs +++ b/src/tui/commands.rs @@ -73,6 +73,8 @@ pub enum CmdAction { ShowHelp, // Add new entry AddEntry, + // Create note + CreateNote, // Do nothing. Nothing, } -- cgit v1.2.3