mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
Update CHANGELOG.md
This commit is contained in:
@@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
### Fixes:
|
||||
- flatpak 1.0.X: search is now retrieving the application name
|
||||
- app crashes when there is no internet connection while downgrading or retrieving app history
|
||||
- app crashes when there is no internet connection while initializing, downgrading or retrieving app history
|
||||
|
||||
## [0.3.0] - 2019-07-02
|
||||
### Features
|
||||
|
||||
@@ -84,7 +84,7 @@ class ManageWindow(QWidget):
|
||||
|
||||
self.label_status = QLabel()
|
||||
self.label_status.setText('')
|
||||
self.label_status.setStyleSheet("color: {}; font-weight: bold".format(DARK_ORANGE))
|
||||
self.label_status.setStyleSheet("font-weight: bold")
|
||||
toolbar.addWidget(self.label_status)
|
||||
|
||||
toolbar.addWidget(self._new_spacer())
|
||||
|
||||
Reference in New Issue
Block a user