Update CHANGELOG.md

This commit is contained in:
Vinicius Moreira
2019-07-12 10:37:02 -03:00
parent 9df53f080a
commit f969c5c817
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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())