mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-23 20:14:03 +01:00
Update dependencies
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user