added '/Drive' to Destinations button in routine_editor
This commit is contained in:
parent
b100fd9074
commit
e153fb015f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue