Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Fix for Taskbar - Change Progress Variable Name from 'x' to 'i' inside 'Install-WinUtilProgramWinget' Private Function #2456

Closed

Conversation

og-mrk
Copy link
Contributor

@og-mrk og-mrk commented Jul 26, 2024

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Because of the recent Flood of PRs to WinUtil, some overlapping happened as some PRs were changing same files as other (not in Merge Conflicts, but in Code Logic), therefore PR #2309 had its variable naming out-of-sync when PR #2396 was merged.

This PR fixes this to bring back what's @MyDrift-user originally intended of showing a Progress bar in Task Item for WinUtil.

Testing

Tested it by selecting multiple items to install, and it works as expected.

Impact

Brings back progress bar in task item when installing/uninstalling using WinGet Package Manager.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

…' inside 'Install-WinUtilProgramWinget' Private Function
@og-mrk og-mrk requested a review from ChrisTitusTech as a code owner July 26, 2024 00:10
@og-mrk
Copy link
Contributor Author

og-mrk commented Jul 26, 2024

@ChrisTitusTech
image

@MyDrift-user
Copy link
Contributor

this is better but still does not fix the issue for me. The progress value still is always 0 and does not go on.

Copy link
Contributor

@MyDrift-user MyDrift-user left a comment

Choose a reason for hiding this comment

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

Looks good now 👍

@MyDrift-user
Copy link
Contributor

Hey @og-mrk
due to #2466, this PR seems to be obsolete.
Still thanks for the help!

@og-mrk og-mrk closed this Jul 28, 2024
@og-mrk og-mrk deleted the simple-fix/taskbar-progress branch August 20, 2024 13:44
@ChrisTitusTech ChrisTitusTech added the skip-changelog Skip Change Logs label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skip Change Logs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants