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.}:
|
Box {.expand: false.}:
|
||||||
spacing = 6
|
spacing = 6
|
||||||
Button {.expand: false.}:
|
Button {.expand: false.}:
|
||||||
text = "+ Folder"
|
text = "+ Folder/Drive"
|
||||||
style = [ButtonSuggested]
|
style = [ButtonSuggested]
|
||||||
proc clicked() =
|
proc clicked() =
|
||||||
let (res, state) = editor.app.open: gui:
|
let (res, state) = editor.app.open: gui:
|
||||||
|
|
Loading…
Reference in New Issue