From a0c6ee16a7d0f4dea0fac70c683d8fff4645aa4e Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Fri, 7 Mar 2025 05:34:24 -0500
Subject: [PATCH] Installer: UI changes

- Add logo to language picker panel
- Add progress bar to panels
---
 installer/install5.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/installer/install5.xml b/installer/install5.xml
index d6c6c8a17f..bf2cf9a8d7 100644
--- a/installer/install5.xml
+++ b/installer/install5.xml
@@ -32,6 +32,8 @@ https://izpack.atlassian.net/wiki/spaces/IZPACK/pages/491730/GUI+Preferences
 -->
         <!-- full names, not iso3 codes -->
         <modifier key="langDisplayType" value="native" />
+        <modifier key="headingPanelCounter" value="progressbar"/>
+        <modifier key="headingPanelCounterPos" value="inNavigationPanel"/>
     </guiprefs>
 
 <!--
@@ -161,6 +163,7 @@ At runtime, if the JVM does not have a locale:
 
     <resources>
         <res id="Installer.image" src="installer/resources/i2plogo.png" />
+        <res id="installer.langsel.img" src="installer/resources/i2plogo.png" />
         <res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>
         <!-- <res id="ProcessPanel.Spec.xml" src="installer/resources/ProcessPanel.Spec.xml"/> -->
         <res id="shortcutSpec.xml" src="installer/resources/shortcutSpec.xml" />
-- 
GitLab