Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Remove Device Restore - #3953

Merged
Lauren Ciha (lauren-ciha) merged 13 commits into
mainfrom
user/laurenciha/remove
Oct 25, 2024
Merged

Remove Device Restore#3953
Lauren Ciha (lauren-ciha) merged 13 commits into
mainfrom
user/laurenciha/remove

Conversation

@lauren-ciha

Copy link
Copy Markdown
Member

Summary of the pull request

References and relevant issues

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

@lauren-ciha
Lauren Ciha (lauren-ciha) requested a review from a team October 21, 2024 16:01
Comment thread tools/SetupFlow/DevHome.SetupFlow/Views/AppManagementView.xaml Outdated
Comment thread tools/SetupFlow/DevHome.SetupFlow/ViewModels/PackageViewModel.cs Outdated
@lauren-ciha
Lauren Ciha (lauren-ciha) requested a review from a team October 22, 2024 18:41
/// <param name="theme">Package icon theme</param>
/// <returns>Package icon</returns>
private BitmapImage GetIconByTheme(RestoreApplicationIconTheme theme)
public BitmapImage GetLightThemeIcon()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It's a silly difference but can we do

Suggested change
public BitmapImage GetLightThemeIcon()
private BitmapImage GetIconByTheme(ElementTheme theme)

and just call with the right element theme? It's less changed. Also can this method stay private?

Comment thread tools/SetupFlow/DevHome.SetupFlow/ViewModels/PackageViewModel.cs Outdated
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants