fix bad handling for middle click

This commit is contained in:
alexcrea 2026-08-19 15:25:40 +02:00
parent 8e7153a746
commit eeaa87ba98
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C
2 changed files with 6 additions and 1 deletions

View file

@ -21,7 +21,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.19.1"
version = "1.20.0"
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"