We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5c199 commit 70b3aa2Copy full SHA for 70b3aa2
README.md
@@ -38,7 +38,6 @@ The current release is **v1.3.0**.
38
39
- Or you can create a [Docker image](Docker.md)
40
41
-
42
## What's new
43
44
### v1.3.0 (current release)
TextrudeInteractive/MainWindow.xaml.cs
@@ -52,7 +52,7 @@ public MainWindow()
52
{
53
MessageBox.Show(
54
"The WebView2 runtime or Edge (non-stable channel) must be installed for the editor to work!\n" +
55
- "Please install one of the two.\n" +
+ @"See the Textrude main site for further information https://github.com/NeilMacMullen/Textrude \n" +
56
"Textrude will now exit.",
57
"Textrude: WebView2 runtime must be installed!",
58
MessageBoxButton.OK,
0 commit comments