mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
NEW: support to display wired network for printer
JIRA: STUDIO-3519 Change-Id: I1c32254e249a3c0010973b17953121f4aa718f76 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -22,6 +22,7 @@ enum WifiSignal {
|
||||
WEAK,
|
||||
MIDDLE,
|
||||
STRONG,
|
||||
WIRED,
|
||||
};
|
||||
|
||||
enum MonitorStatus {
|
||||
@@ -58,6 +59,7 @@ private:
|
||||
ScalableBitmap m_wifi_weak_img;
|
||||
ScalableBitmap m_wifi_middle_img;
|
||||
ScalableBitmap m_wifi_strong_img;
|
||||
ScalableBitmap m_network_wired_img;
|
||||
|
||||
protected:
|
||||
wxStaticBitmap *m_bitmap_info;
|
||||
|
||||
Reference in New Issue
Block a user