Invert WatchProperty(...) methods' watchInitialValue

This commit is contained in:
Tyrrrz
2024-07-19 02:00:47 +03:00
parent 281e0f608a
commit 42e6de359e
2 changed files with 4 additions and 9 deletions

View File

@@ -65,8 +65,7 @@ public class App : Application, IDisposable
};
InitializeTheme();
},
false
}
)
);
}