mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Comment about Ctrl+,
This commit is contained in:
parent
17eb50da6d
commit
e26022a2f2
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ sub _init_menubar {
|
||||||
$self->repair_stl;
|
$self->repair_stl;
|
||||||
}, undef, 'wrench.png');
|
}, undef, 'wrench.png');
|
||||||
$fileMenu->AppendSeparator();
|
$fileMenu->AppendSeparator();
|
||||||
|
# Cmd+, is standard on OS X - what about other operating systems?
|
||||||
$self->_append_menu_item($fileMenu, "Preferences…\tCtrl+,", '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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue