Skip to content

Commit 321e895

Browse files
committed
DNM: Enable mq preview by default
1 parent 4304106 commit 321e895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/org/akanework/gramophone/logic/utils

app/src/main/java/org/akanework/gramophone/logic/utils/Flags.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ object Flags {
1717
var PLAYLIST_EDITING: Boolean? = null // TODO(ASAP)
1818

1919
// Multiple queues
20-
const val MQ_PREVIEW: Boolean = false
20+
const val MQ_PREVIEW: Boolean = true
2121
}

0 commit comments

Comments
 (0)