feat: returned tray and added favorites and recent to it

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-08-26 13:00:16 +05:00
parent 31a7ef3e7e
commit 46253115ff
3 changed files with 191 additions and 42 deletions

View File

@@ -30,7 +30,7 @@ def main():
args = parse_args()
window = MainWindow()
window = MainWindow(app_name=__app_name__)
if args.fullscreen:
logger.info("Launching in fullscreen mode due to --fullscreen flag")