mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
switching from slicer to gcode viewer - unlocking lock file
This commit is contained in:
parent
d33e97abb3
commit
453408143f
4 changed files with 24 additions and 1 deletions
|
@ -28,6 +28,8 @@ bool instance_check(int argc, char** argv, bool app_config_single_instance);
|
|||
// apple implementation of inner functions of instance_check
|
||||
// in InstanceCheckMac.mm
|
||||
void send_message_mac(const std::string& msg, const std::string& version);
|
||||
|
||||
bool unlock_lockfile(const std::string& name, const std::string& path);
|
||||
#endif //__APPLE__
|
||||
|
||||
namespace GUI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue