From 6fd97b68482f980564606f75bd101a1784f6dc4d Mon Sep 17 00:00:00 2001 From: Xanatos <10531466+XanatosX@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:11:44 +0200 Subject: [PATCH] Fix about page --- src/ModularToolManager/Resources/description.md | 8 ++++---- src/ModularToolManager/Views/AboutView.axaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ModularToolManager/Resources/description.md b/src/ModularToolManager/Resources/description.md index 6728281..6f43efd 100644 --- a/src/ModularToolManager/Resources/description.md +++ b/src/ModularToolManager/Resources/description.md @@ -1,8 +1,8 @@ -This application is based on the [MIT](https://github.com/XanatosX/ModularToolManager/blob/main/LICENSE) license. -The plugin is developed by [XanatosX](https://github.com/XanatosX) as a hobby project. It does target Windows and Linux as a platform of operation. +This application is based on the [MIT](https://github.com/XanatosX/ModularToolManager/blob/main/LICENSE) license. +The plugin is developed by [XanatosX](https://github.com/XanatosX) as a hobby project. It does target Windows and Linux as a platform of operation. -The application provides a simple interface to launch scripts and programs in combination with function plugins. -Those plugins allow you to define "Function buttons" which will trigger a user selected plugin. +The application provides a simple interface to launch scripts and programs in combination with function plugins. +Those plugins allow you to define "Function buttons" which will trigger a user selected plugin. This plugin will run the path provided via the internal plugin logic. Please check the manual linked above for more information how to use this application. \ No newline at end of file diff --git a/src/ModularToolManager/Views/AboutView.axaml b/src/ModularToolManager/Views/AboutView.axaml index 09ff0b2..db0fe94 100644 --- a/src/ModularToolManager/Views/AboutView.axaml +++ b/src/ModularToolManager/Views/AboutView.axaml @@ -16,12 +16,12 @@