mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
button show after write
This commit is contained in:
parent
0cb9a4c542
commit
95ccc2c4df
3 changed files with 10 additions and 37 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
|
||||
//update() searches for removable devices, returns false if empty.
|
||||
void init();
|
||||
bool update(const long time = 0, bool check = false); //time = 0 is forced update, time expects wxGetLocalTime()
|
||||
bool update(const long time = 0,const bool check = false); //time = 0 is forced update, time expects wxGetLocalTime()
|
||||
bool is_drive_mounted(const std::string &path);
|
||||
void eject_drive(const std::string &path);
|
||||
std::string get_last_save_path();
|
||||
|
@ -44,8 +44,6 @@ public:
|
|||
void set_last_save_path(const std::string &path);
|
||||
bool is_last_drive_removed();
|
||||
bool is_last_drive_removed_with_update(const long time = 0); // param as update()
|
||||
void print();
|
||||
|
||||
private:
|
||||
RemovableDriveManager();
|
||||
void search_for_drives();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue