mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
Initial Commit of speed dial improvement
This commit is contained in:
@@ -20,8 +20,10 @@ private:
|
||||
void on_script_message(const nlohmann::json& payload) override;
|
||||
void handle_web_command(const nlohmann::json& payload);
|
||||
void resize_to_content(int height);
|
||||
void run_action(const std::string& id, const std::string& title);
|
||||
void run_action(const std::string& id, const std::string& title, const std::string& param = "");
|
||||
void send_actions();
|
||||
void search_settings(const std::string& query);
|
||||
void search_tabs();
|
||||
|
||||
bool m_page_ready{false};
|
||||
// Guards the CallAfter in on_script_message across dialog destruction, same as
|
||||
|
||||
Reference in New Issue
Block a user