From b99f26e3f4dcb5380aa4f9d37eb762e97166e9bc Mon Sep 17 00:00:00 2001 From: EndlessMISAKA Date: Wed, 27 May 2020 14:20:22 +0800 Subject: [PATCH] Oh no --- AtelierMisaka/Global/GlobalCommand.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AtelierMisaka/Global/GlobalCommand.cs b/AtelierMisaka/Global/GlobalCommand.cs index e85704d..3353c9b 100644 --- a/AtelierMisaka/Global/GlobalCommand.cs +++ b/AtelierMisaka/Global/GlobalCommand.cs @@ -72,6 +72,11 @@ public class GlobalCommand System.Diagnostics.Process.Start(GlobalData.VM_MA.SelectedDocument.Link); }); + public static ParamCommand OpenBrowserCommand = new ParamCommand((link) => + { + System.Diagnostics.Process.Start(link); + }); + public static CommonCommand LikePostCommand = new CommonCommand(async () => { if (GlobalData.VM_MA.IsLiked_Document)