Skip to content

Commit 85ee6df

Browse files
committed
Changed target link for Usage button
1 parent e4dba7c commit 85ee6df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RiseQuestEditor/MainWindow.xaml.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ private void UsageButton_Click(object sender, RoutedEventArgs e)
940940
{
941941
System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo()
942942
{
943-
FileName = "https://github.com/mhvuze/MonsterHunterRiseModding/wiki/Custom-Quest-Editing",
943+
FileName = "https://github.com/mhvuze/MonsterHunterRiseModding/wiki/Quest-Editor-Field-Breakdown",
944944
UseShellExecute = true
945945
});
946946
}
@@ -1127,5 +1127,6 @@ public static class Command
11271127
public static readonly RoutedUICommand ApplyShadow = new("Shadow", "ApplyShadow", typeof(MainWindow));
11281128
public static readonly RoutedUICommand ApplyGlow = new("Glow", "ApplyGlow", typeof(MainWindow));
11291129
public static readonly RoutedUICommand ApplySize = new("Size", "ApplySize", typeof(MainWindow));
1130+
public static readonly RoutedUICommand ApplyColor = new("Color", "ApplyColor", typeof(MainWindow));
11301131
}
11311132
}

0 commit comments

Comments
 (0)