mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
removableDriveManager bug fixes
This commit is contained in:
parent
b8aa12486e
commit
1fa464af96
36 changed files with 620 additions and 469 deletions
|
@ -56,6 +56,8 @@ public:
|
|||
|
||||
bool begin(const std::string &name, int flags = 0);
|
||||
bool begin(const wxString &name, int flags = 0);
|
||||
bool begin(const std::string& name, bool* close, int flags = 0);
|
||||
bool begin(const wxString& name, bool* close, int flags = 0);
|
||||
void end();
|
||||
|
||||
bool button(const wxString &label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue