mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 20:18:17 +08:00
Comment about Ctrl+,
This commit is contained in:
parent
17eb50da6d
commit
e26022a2f2
@ -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…
x
Reference in New Issue
Block a user