Skip to content

Commit

Permalink
chore: use fully qualified type name
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 14, 2024
1 parent e4f8878 commit 3ee32a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resizetizer/src/WindowIconGeneratorTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static bool IsPackaged()
{{
try
{{
if (Package.Current != null)
if (global::Windows.ApplicationModel.Package.Current != null)
return true;
}}
catch
Expand Down

0 comments on commit 3ee32a3

Please sign in to comment.