refactor(WindowManager): remove some getApp uses (#6194)

This commit is contained in:
pajlada
2025-05-06 00:23:13 +02:00
committed by GitHub
parent 0cfe65410d
commit 9e600a8fb8
7 changed files with 24 additions and 16 deletions
+2 -1
View File
@@ -166,7 +166,8 @@ Application::Application(Settings &_settings, const Paths &paths,
, accounts(new AccountController)
, eventSub(makeEventSubController(_settings))
, hotkeys(new HotkeyController)
, windows(new WindowManager(paths, _settings, *this->themes, *this->fonts))
, windows(new WindowManager(_args, paths, _settings, *this->themes,
*this->fonts))
, toasts(new Toasts)
, imageUploader(new ImageUploader)
, seventvAPI(new SeventvAPI)