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
@@ -28,7 +28,8 @@ class MockApplication : public mock::BaseApplication
{
public:
MockApplication()
: windowManager(this->paths_, this->settings, this->theme, this->fonts)
: windowManager(this->args, this->paths_, this->settings, this->theme,
this->fonts)
, commands(this->paths_)
{
}