Skip to content

Commit

Permalink
chore(GUI): Include version in window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Dec 14, 2024
1 parent 15e9577 commit 58bbfff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MainFrame(
migrationManager: MigrationManager,
themeManager: ThemeManager
) {
val frame: JFrame = JFrame(Translations.createserverpack_gui_createandshowgui.toString())
val frame: JFrame = JFrame("${Translations.createserverpack_gui_createandshowgui.toString()} ${apiWrapper.apiProperties.apiVersion}")
val mainPanel = MainPanel(guiProps, apiWrapper, guiProps.larsonScanner, this, themeManager)
private val updateDialogs: UpdateDialogs = UpdateDialogs(
guiProps, apiWrapper.utilities.webUtilities,
Expand Down

0 comments on commit 58bbfff

Please sign in to comment.