fix(window): incorrect title of UAD-ng#1239
Merged
AnonymousWP merged 1 commit intomainfrom Jan 9, 2026
Merged
Conversation
Cause: iced update to 0.14
There was a problem hiding this comment.
Pull request overview
This PR fixes the incorrect window title of UAD-ng after updating to iced 0.14 by introducing a FULL_NAME constant and properly configuring the application title.
- Adds
FULL_NAMEconstant to centralize the application's full name - Implements
title()method for theUadGuistruct to provide the window title - Updates the About view to use the
FULL_NAMEconstant instead of a hardcoded string
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/core/utils.rs | Adds FULL_NAME constant definition for "Universal Android Debloater Next Generation" |
| src/gui/mod.rs | Imports FULL_NAME, implements title() method, and configures application title |
| src/gui/views/about.rs | Imports FULL_NAME and uses it in the about text instead of hardcoded string |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Cosm-gedenke
approved these changes
Jan 9, 2026
Member
|
ah yes, I've mentioned it here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cause: iced update to 0.14.
Fix: https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/actions/runs/20849662020.
Seems to work fine now:
