We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a396e36 commit 238298dCopy full SHA for 238298d
base/src/main/java/io/github/sds100/keymapper/base/purchasing/ProductId.kt
@@ -3,4 +3,5 @@ package io.github.sds100.keymapper.base.purchasing
3
enum class ProductId(val packageId: String, val entitlementId: String) {
4
ASSISTANT_TRIGGER("assistant_trigger", "assistant_trigger"),
5
FLOATING_BUTTONS("floating_buttons", "floating_buttons"),
6
+ GAMING_MODE("gaming_mode", "gaming_mode"),
7
}
0 commit comments