Skip to content

Commit 9641b63

Browse files
committed
#2056 replace old "PRO" in triggers on home screen with "Expert"
1 parent 31511bb commit 9641b63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## Fixed
66

77
- #2047 allow empty text in Text action.
8+
- #2056 replace old "PRO" in triggers on home screen with "Expert".
89

910
## [4.0.4](https://github.com/sds100/KeyMapper/releases/tag/v4.0.4)
1011

base/src/main/java/io/github/sds100/keymapper/base/home/KeyMapListItemCreator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class KeyMapListItemCreator(
323323
append(key.getCodeLabel(this@KeyMapListItemCreator))
324324

325325
val parts = buildList {
326-
add("PRO")
326+
add("Expert")
327327
add(key.device.name)
328328

329329
if (!key.consumeEvent) {

0 commit comments

Comments
 (0)