mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Removed the Perl Preferences dialog,
fixed the CMake after the GUI merge.
This commit is contained in:
parent
69fc99edbb
commit
2edb96062e
4 changed files with 3 additions and 118 deletions
|
@ -297,8 +297,7 @@ sub _init_menubar {
|
|||
$fileMenu->AppendSeparator();
|
||||
# Cmd+, is standard on OS X - what about other operating systems?
|
||||
$self->_append_menu_item($fileMenu, L("Preferences…\tCtrl+,"), L('Application preferences'), sub {
|
||||
# Slic3r::GUI::Preferences->new($self)->ShowModal;
|
||||
# It's in C++ part now
|
||||
# Opening the C++ preferences dialog.
|
||||
Slic3r::GUI::open_preferences_dialog($self->{preferences_event});
|
||||
}, wxID_PREFERENCES);
|
||||
$fileMenu->AppendSeparator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue