Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix: set the correct app name (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice authored Jul 28, 2023
1 parent 013e43a commit 4640f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jvmMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun main() = application {
}

Window(
title = "Proguard CORE Visualizer $version",
title = "ProGuardCORE Visualizer $version",
icon = appIcon,
onCloseRequest = ::exitApplication,
) {
Expand Down

0 comments on commit 4640f30

Please sign in to comment.