mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 05:42:33 +00:00
Fix a bed type regression (#6893)
This commit is contained in:
@@ -781,6 +781,8 @@ public:
|
||||
};
|
||||
std::atomic<bool> m_arrange_running{false};
|
||||
|
||||
bool is_loading_project() const { return m_loading_project; }
|
||||
|
||||
private:
|
||||
struct priv;
|
||||
std::unique_ptr<priv> p;
|
||||
|
||||
Reference in New Issue
Block a user