From e153fb015fde210cf7fc94dc9a5dca9728feae63 Mon Sep 17 00:00:00 2001 From: itwrx Date: Mon, 26 Jun 2023 12:29:27 -0500 Subject: [PATCH] added '/Drive' to Destinations button in routine_editor --- views/routine_editor.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/routine_editor.nim b/views/routine_editor.nim index 8f5afe8..d8e86bd 100644 --- a/views/routine_editor.nim +++ b/views/routine_editor.nim @@ -161,7 +161,7 @@ method view(editor: RoutineEditorState): Widget {.locks: "unknown".} = Box {.expand: false.}: spacing = 6 Button {.expand: false.}: - text = "+ Folder" + text = "+ Folder/Drive" style = [ButtonSuggested] proc clicked() = let (res, state) = editor.app.open: gui: