added '/Drive' to Destinations button in routine_editor

This commit is contained in:
itwrx 2023-06-26 12:29:27 -05:00
parent b100fd9074
commit e153fb015f
1 changed files with 1 additions and 1 deletions

View File

@ -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: