Skip to content

Commit 7a98788

Browse files
committed
fix tests (again)
1 parent 2678a68 commit 7a98788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UniGetUI/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private static async void LoadGSudo()
9999
Logger.Warn($"Using bundled GSudo at {CoreData.ElevatorPath} since UniGetUI Elevator is not available!");
100100
CoreData.ElevatorPath = (await CoreTools.WhichAsync("gsudo.exe")).Item2;
101101
#else
102-
if (SecureSettings.Get(SecureSettings.ForceUserGSudo))
102+
if (SecureSettings.Get(SecureSettings.K.ForceUserGSudo))
103103
{
104104
var res = await CoreTools.WhichAsync("gsudo.exe");
105105
if (res.Item1)

0 commit comments

Comments
 (0)