Skip to content

Commit

Permalink
Oh no
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessMISAKA committed May 27, 2020
1 parent 134a96f commit b99f26e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AtelierMisaka/Global/GlobalCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ public class GlobalCommand
System.Diagnostics.Process.Start(GlobalData.VM_MA.SelectedDocument.Link);
});

public static ParamCommand<string> OpenBrowserCommand = new ParamCommand<string>((link) =>
{
System.Diagnostics.Process.Start(link);
});

public static CommonCommand LikePostCommand = new CommonCommand(async () =>
{
if (GlobalData.VM_MA.IsLiked_Document)
Expand Down

0 comments on commit b99f26e

Please sign in to comment.