Update dependencies

This commit is contained in:
Syer10
2021-08-15 12:48:21 -04:00
parent 2e286619d5
commit 261d4070ad
3 changed files with 4 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ suspend fun main() {
uiPreferences.themeMode()
.getAsFlow {
if (!uiPreferences.windowDecorations().get() || System.getProperty("os.name").startsWith("Mac") && System.getProperty("os.arch") == "aarch64") {
if (!uiPreferences.windowDecorations().get()) {
return@getAsFlow
}
val theme = when (it) {