Skip to content

Commit

Permalink
set default app: use per-machine
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Mar 9, 2025
1 parent a54a82c commit 5313622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Components/ImageGlass.Settings/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ public static Dictionary<string, List<Hotkey>> ParseHotkeys(Dictionary<string, s
{
result.Add(item.Key, keyList);
}
};
}

return result;
}
Expand Down Expand Up @@ -1936,7 +1936,7 @@ public static async Task SetDefaultPhotoViewerAsync(bool enable)
: IgCommands.REMOVE_DEFAULT_PHOTO_VIEWER;

// run command and show the results
_ = await Config.RunIgcmd($"{cmd} {extensions} {IgCommands.SHOW_UI}");
_ = await Config.RunIgcmd($"{cmd} {extensions} {IgCommands.PER_MACHINE} {IgCommands.SHOW_UI}");
}


Expand Down

0 comments on commit 5313622

Please sign in to comment.