icons
This commit is contained in:
parent
7bf0a8277a
commit
adf2bee84c
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ impl Default for PreferencesToolbar {
|
|||
let mut item = ToolbarItem::new("standalone");
|
||||
item.set_title("Standalone");
|
||||
|
||||
let icon = Image::toolbar_icon(MacSystemIcon::PreferencesGeneral, "Standalone");
|
||||
let icon = Image::toolbar_icon(MacSystemIcon::PreferencesAdvanced, "Standalone");
|
||||
item.set_image(icon);
|
||||
|
||||
item.set_action(|_| {
|
||||
|
@ -50,7 +50,7 @@ impl Default for PreferencesToolbar {
|
|||
let mut item = ToolbarItem::new("vst");
|
||||
item.set_title("VST");
|
||||
|
||||
let icon = Image::toolbar_icon(MacSystemIcon::PreferencesGeneral, "VST");
|
||||
let icon = Image::toolbar_icon(MacSystemIcon::PreferencesAdvanced, "VST");
|
||||
item.set_image(icon);
|
||||
|
||||
item.set_action(|_| {
|
||||
|
|
Loading…
Add table
Reference in a new issue