v3.10.9: restore Windows GUI, version labels v3.10.9 in both GUIs

This commit is contained in:
Roman | RyzenAdvanced
2026-05-25 22:34:52 +04:00
Unverified
parent a1d0fc3707
commit 4fa74a4ebe
3 changed files with 2668 additions and 5081 deletions

View File

@@ -1856,7 +1856,7 @@ class LauncherWin(Gtk.Window):
# header row
hdr = Gtk.Box(spacing=8)
vbox.pack_start(hdr, False, False, 0)
lbl = Gtk.Label(label="<b>Codex Launcher v3.10.7</b>")
lbl = Gtk.Label(label="<b>Codex Launcher v3.10.9</b>")
lbl.set_use_markup(True)
hdr.pack_start(lbl, False, False, 0)
changelog_btn = Gtk.Button(label="Changelog")