[PR #4] [MERGED] Develop #7

Closed
opened 2026-09-04 00:45:58 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/DesktopMagic/pull/4
Author: @Stone-Red-Code
Created: 5/1/2024
Status: Merged
Merged: 5/1/2024
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (6)

📊 Changes

12 files changed (+160 additions, -156 deletions)

View changed files

📝 installer/DesktopMagic-Installer.exe (+0 -0)
📝 installer/Installer.iss (+1 -1)
📝 src/DesktopMagic/App.xaml (+3 -1)
📝 src/DesktopMagic/App.xaml.cs (+48 -50)
📝 src/DesktopMagic/BuiltInWindowElements/MusicVisualizerPlugin.cs (+1 -1)
📝 src/DesktopMagic/DesktopMagic.csproj (+52 -51)
📝 src/DesktopMagic/GlobalSuppressions.cs (+1 -0)
📝 src/DesktopMagic/Helpers/SettingElementGenerator.cs (+1 -1)
📝 src/DesktopMagic/MainWindow.xaml.cs (+14 -13)
📝 src/DesktopMagic/Plugins/PluginManager.xaml (+27 -25)
📝 src/DesktopMagic/Plugins/PluginMetadata.cs (+1 -1)
📝 src/DesktopMagic/Plugins/PluginWindow.xaml.cs (+11 -12)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Stone-Red-Code/DesktopMagic/pull/4 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (6) - [`4cd8c51`](https://github.com/Stone-Red-Code/DesktopMagic/commit/4cd8c5159275daa4ab522b30851a6f92c0cad098) Make installed plugins panel scrollable - [`ca9f426`](https://github.com/Stone-Red-Code/DesktopMagic/commit/ca9f426bba7769f24fc5023a833db651813522b7) Fix null warning - [`5804bad`](https://github.com/Stone-Red-Code/DesktopMagic/commit/5804bade477a240e355f907a5781bb258800b6a1) Fix plugin dependencies not getting loaded - [`aa1733e`](https://github.com/Stone-Red-Code/DesktopMagic/commit/aa1733e0c65e34874bfce90e578931351ed35a5f) Update libraries - [`475623f`](https://github.com/Stone-Red-Code/DesktopMagic/commit/475623f333335d70ce7968c9addfe4807b668379) Change file version - [`f7f75a4`](https://github.com/Stone-Red-Code/DesktopMagic/commit/f7f75a458033bf7ebf7084061b237dae70c7d534) Fix Installer.iss ### 📊 Changes **12 files changed** (+160 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `installer/DesktopMagic-Installer.exe` (+0 -0) 📝 `installer/Installer.iss` (+1 -1) 📝 `src/DesktopMagic/App.xaml` (+3 -1) 📝 `src/DesktopMagic/App.xaml.cs` (+48 -50) 📝 `src/DesktopMagic/BuiltInWindowElements/MusicVisualizerPlugin.cs` (+1 -1) 📝 `src/DesktopMagic/DesktopMagic.csproj` (+52 -51) 📝 `src/DesktopMagic/GlobalSuppressions.cs` (+1 -0) 📝 `src/DesktopMagic/Helpers/SettingElementGenerator.cs` (+1 -1) 📝 `src/DesktopMagic/MainWindow.xaml.cs` (+14 -13) 📝 `src/DesktopMagic/Plugins/PluginManager.xaml` (+27 -25) 📝 `src/DesktopMagic/Plugins/PluginMetadata.cs` (+1 -1) 📝 `src/DesktopMagic/Plugins/PluginWindow.xaml.cs` (+11 -12) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:45:58 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/DesktopMagic#7