Add a configureSettingsAction that will open the setting visibility page

This commit is contained in:
Arjen Hiemstra 2016-02-15 08:41:58 +01:00 committed by Ghostkeeper
parent 4e139ae710
commit e2b2088246
2 changed files with 13 additions and 2 deletions

View file

@ -16,6 +16,7 @@ Rectangle
property Action configureMachinesAction;
property Action addProfileAction;
property Action manageProfilesAction;
property Action configureSettingsAction;
property int currentModeIndex;
color: UM.Theme.getColor("sidebar");
@ -239,7 +240,7 @@ Rectangle
id: sidebarAdvanced;
visible: false;
configureSettings: base.configureMachinesAction;
configureSettings: base.configureSettingsAction;
onShowTooltip: base.showTooltip(item, location, text)
onHideTooltip: base.hideTooltip()
}