Allow device to be offline indefinitely

Added button to allow the device to be offline indefinitely.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent c1a7f1e3b0
commit c33e3e45db
5 changed files with 19 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ class AbstractAlert : public QFrame {
protected:
AbstractAlert(bool hasRebootBtn, QWidget *parent = nullptr);
QPushButton *disable_check_btn;
QPushButton *snooze_btn;
QVBoxLayout *scrollable_layout;
Params params;