mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: add a warning dialog
jira: [STUDIO-9715] Change-Id: I376235de8a8569e63530eca914dc977a670a769c (cherry picked from commit 4f1ad8016e11d5440127b45c48854c1ed2cf75aa)
This commit is contained in:
@@ -41,6 +41,9 @@ class StepIndicator;
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
// Previous definitions
|
||||
class MessageDialog;
|
||||
|
||||
enum CameraRecordingStatus {
|
||||
RECORDING_NONE,
|
||||
RECORDING_OFF_NORMAL,
|
||||
@@ -565,6 +568,7 @@ protected:
|
||||
SecondaryCheckDialog* con_load_dlg = nullptr;
|
||||
SecondaryCheckDialog* ctrl_e_hint_dlg = nullptr;
|
||||
SecondaryCheckDialog* sdcard_hint_dlg = nullptr;
|
||||
MessageDialog* champer_switch_head_dlg = nullptr;
|
||||
|
||||
FanControlPopupNew* m_fan_control_popup{nullptr};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user