Skip to content

Commit

Permalink
Close plugin menu after a plugin has been added
Browse files Browse the repository at this point in the history
Signed-off-by: Sarathkrishnan Ramesh <sarathkrishnan99@gmail.com>
  • Loading branch information
Sarath18 committed May 10, 2020
1 parent c14dc67 commit 99ec2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ignition/gui/qml/PluginMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Menu {
onClicked: {
MainWindow.OnAddPlugin(modelData);
drawer.close()
pluginMenu.close()
}
}

Expand Down

0 comments on commit 99ec2be

Please sign in to comment.