mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Moved the "Flash firmware" menu to "Configuration",
removed the "Check for updates" from the "Configuration" menu, added an "Open file explorer at the datadir" item to the Help menu.
This commit is contained in:
parent
2fab254ff6
commit
7b4aeef40c
4 changed files with 33 additions and 33 deletions
|
@ -158,7 +158,9 @@ void add_export_option(wxFileDialog* dlg, const std::string& format);
|
|||
int get_export_option(wxFileDialog* dlg);
|
||||
|
||||
// Display an About dialog
|
||||
void about();
|
||||
extern void about();
|
||||
// Ask the destop to open the datadir using the default file explorer.
|
||||
extern void desktop_open_datadir_folder();
|
||||
|
||||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue