mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Use Ctrl+, for Preferences (standard on OS X, don't know about others). #2860
This commit is contained in:
parent
29b0e807d4
commit
17eb50da6d
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ sub _init_menubar {
|
||||||
$self->repair_stl;
|
$self->repair_stl;
|
||||||
}, undef, 'wrench.png');
|
}, undef, 'wrench.png');
|
||||||
$fileMenu->AppendSeparator();
|
$fileMenu->AppendSeparator();
|
||||||
$self->_append_menu_item($fileMenu, "Preferences…", 'Application preferences', sub {
|
$self->_append_menu_item($fileMenu, "Preferences…\tCtrl+,", 'Application preferences', sub {
|
||||||
Slic3r::GUI::Preferences->new($self)->ShowModal;
|
Slic3r::GUI::Preferences->new($self)->ShowModal;
|
||||||
}, wxID_PREFERENCES);
|
}, wxID_PREFERENCES);
|
||||||
$fileMenu->AppendSeparator();
|
$fileMenu->AppendSeparator();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue