Skip to content

Commit

Permalink
change insufficient drive space dialog required type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryotechnic committed May 25, 2024
1 parent 9dff5a1 commit ccc8ad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ await SpawnDialog(
ContentDialogTheme.Warning
);

public static async Task<ContentDialogResult> Dialog_InsufficientDriveSpace(UIElement Content, long DriveFreeSpace, long RequiredSpace, string DriveLetter) =>
public static async Task<ContentDialogResult> Dialog_InsufficientDriveSpace(UIElement Content, long DriveFreeSpace, double RequiredSpace, string DriveLetter) =>
await SpawnDialog(
Lang._Dialogs.InsufficientDiskTitle,
string.Format(Lang._Dialogs.InsufficientDiskSubtitle,
Expand Down

0 comments on commit ccc8ad7

Please sign in to comment.