Skip to content

Commit

Permalink
remove menuGroup on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcudoidem committed Jun 26, 2024
1 parent 293d8fa commit eca5e7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ compose.desktop {
windows {
iconFile.set(project.file("src/main/resources/icons/icon.ico"))
menu = true
menuGroup = "Development"
console = true
upgradeUuid = "de0bbc5f-6290-4967-aab2-94707a706f92"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/shared/Values.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Values {
/* Screenshot Layer */

// Zoom
val scrollZoomFactor = on(win = 15, mac = 50, lin = 50)
val scrollZoomFactor = on(win = 10, mac = 50, lin = 50)
val keyboardZoomFactor = 1.1f
val minScreenshotScale = 0.1f
val maxScreenshotScale = 20f
Expand Down

0 comments on commit eca5e7b

Please sign in to comment.