1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

button show after write

This commit is contained in:
David Kocik
2019-12-12 14:56:30 +01:00
parent 2c7b711f76
commit 9085440c15
3 changed files with 10 additions and 37 deletions
+1 -3
View File
@@ -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();