mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
Management panel status label is now orange
This commit is contained in:
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
## [0.2.0] - 2019-06-18
|
||||
### Features
|
||||
- Management panel shows update commands streams
|
||||
- Management panel status label is "orange" now
|
||||
|
||||
## [0.1.0] - 2019-06-14
|
||||
### Features
|
||||
|
||||
@@ -86,6 +86,7 @@ class ManageWindow(QWidget):
|
||||
|
||||
self.label_status = QLabel()
|
||||
self.label_status.setText('')
|
||||
self.label_status.setStyleSheet("color: orange")
|
||||
toolbar.addWidget(self.label_status)
|
||||
|
||||
spacer = QWidget()
|
||||
|
||||
Reference in New Issue
Block a user