Skip to content

Commit 51de45e

Browse files
committed
1 parent 8c59b05 commit 51de45e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/UniGetUI/Pages/DialogPages/DesktopShortcuts.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using UniGetUI.Core.Tools;
99
using UniGetUI.PackageEngine.Classes.Packages.Classes;
1010
using UniGetUI.Pages.DialogPages;
11+
using UniGetUI.Core.SettingsEngine;
1112

1213
// To learn more about WinUI, the WinUI project structure,
1314
// and more about our project templates, see: http://aka.ms/winui-project-info.
@@ -115,7 +116,6 @@ private void NoResetButton_Click(object sender, RoutedEventArgs e)
115116
{
116117
ConfirmResetFlyout.Hide();
117118
}
118-
119119
public void SaveChangesAndClose()
120120
{
121121
Close?.Invoke(this, EventArgs.Empty);

src/UniGetUI/Pages/DialogPages/DialogHelper_Generic.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,5 +596,4 @@ public static async Task NoDesktopShortcutsFound()
596596
dialog.CloseButtonText = CoreTools.Translate("Close");
597597
await Window.ShowDialogAsync(dialog);
598598
}
599-
}
600-
599+
}

0 commit comments

Comments
 (0)