mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Associate 3mf files on Windows
This commit is contained in:
parent
d971c821b7
commit
c62006048f
2 changed files with 70 additions and 0 deletions
|
@ -178,6 +178,9 @@ private:
|
|||
void window_pos_save(wxTopLevelWindow* window, const std::string &name);
|
||||
void window_pos_restore(wxTopLevelWindow* window, const std::string &name, bool default_maximized = false);
|
||||
void window_pos_sanitize(wxTopLevelWindow* window);
|
||||
#ifdef __WXMSW__
|
||||
void associate_3mf_files();
|
||||
#endif // __WXMSW__
|
||||
};
|
||||
DECLARE_APP(GUI_App)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue