Compare commits

..

No commits in common. "9d1ee7e130376233f23809f032e039d4f2c18b98" and "239f806f7e9e0e262ad7f25e45e2aac25eef6635" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -1,13 +1,12 @@
# Changelog
## [6.0.0-beta.8] XXXX-XX-XX
## [6.0.0-beta.8] 2025-09-23
## Added
- Flag to disable branch toggle for distro-packaged releases
## Fixed
- ESC key destroying wait dialogs while thread is pending
- Tooltip signals being processed on main menu
- Leaky variable name in dialog title
## [6.0.0-beta.7] 2025-09-20
## Added

View File

@ -588,7 +588,7 @@ fetch_helpers_by_sum(){
["funcs"]="65134f86b7c9e14173e05d8e3ebea101"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["servers.py"]="7f83d5c1ca54acb12f1bd6657feb2ecf"
["ui.py"]="4fa719725febbeea31473d929a40393b"
["ui.py"]="840f6f97a27d94606c15b8925bf8dd87"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["pefile.py"]="21531f2c0d9dfa5f110cf6779f9d22c0"
)

View File

@ -3238,7 +3238,7 @@ class LanDialog(Gtk.MessageDialog):
buttons=Gtk.ButtonsType.OK_CANCEL,
text="Scan LAN servers",
secondary_text="Select the query port",
title=f"{app_name} - Dialog",
title="{appname}",
modal=True,
)