Add main pane top bar, improve readability

This commit is contained in:
miruka
2020-03-12 22:16:33 -04:00
parent 247eb15281
commit ca53e18e24
14 changed files with 169 additions and 73 deletions

View File

@@ -243,6 +243,10 @@ class Backend:
# General functions
async def get_config_dir(self) -> Path:
return Path(self.appdirs.user_config_dir)
async def load_settings(self) -> tuple:
"""Return parsed user config files."""