Skip to content

fix(window): incorrect title of UAD-ng#1239

Merged
AnonymousWP merged 1 commit intomainfrom
fix/windows-application-has-incorrect-title
Jan 9, 2026
Merged

fix(window): incorrect title of UAD-ng#1239
AnonymousWP merged 1 commit intomainfrom
fix/windows-application-has-incorrect-title

Conversation

@AnonymousWP
Copy link
Member

@AnonymousWP AnonymousWP commented Jan 9, 2026

Cause: iced update to 0.14
@AnonymousWP AnonymousWP requested review from a team and Copilot January 9, 2026 10:53
@AnonymousWP AnonymousWP added the bug Something isn't working label Jan 9, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_NAME constant to centralize the application's full name
  • Implements title() method for the UadGui struct to provide the window title
  • Updates the About view to use the FULL_NAME constant 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.

@AnonymousWP AnonymousWP merged commit b05ebbf into main Jan 9, 2026
31 checks passed
@AnonymousWP AnonymousWP deleted the fix/windows-application-has-incorrect-title branch January 9, 2026 11:23
@Rudxain
Copy link
Member

Rudxain commented Jan 9, 2026

ah yes, I've mentioned it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants