[improvement][ui] hdpi settings on the config file

This commit is contained in:
Vinícius Moreira
2020-01-22 12:59:39 -03:00
parent 6afda31f93
commit 0ae836a046
5 changed files with 14 additions and 11 deletions

View File

@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Improvements
- Flatpak:
- configuration file ( **flatpak.yml** ) will be created during the initialization ( on 0.8.1 it would only be created during the first app installation )
- UI:
- it's possible to disabled the HDPI improvements via the main configuration file ( **~/.config/bauh/config.yml** ):
```
ui:
hdpi: true # 'false' will disable them
```
### Fixes
- AUR:
- not treating **makedepends** as a list during dependency checking ( **anbox-git** installation was crashing )