From 6716e726fd1f717ad2d66c8bfe70189cf4cff708 Mon Sep 17 00:00:00 2001 From: CryoTechnic Date: Wed, 15 Jul 2026 19:49:57 -0400 Subject: [PATCH 1/6] Update i18n for drag-n-drop plugin window --- Hi3Helper.Core/Lang/en_US.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Hi3Helper.Core/Lang/en_US.json b/Hi3Helper.Core/Lang/en_US.json index 271407c0d..80ec78411 100644 --- a/Hi3Helper.Core/Lang/en_US.json +++ b/Hi3Helper.Core/Lang/en_US.json @@ -837,10 +837,10 @@ "ListViewFooterWarning1": "You need to restart your launcher in order to apply the changes!", "ListViewFooterRestartButton": "Restart the Launcher", - "RightPanelImportTitle1": "Click to add the", - "RightPanelImportTitle2": "or", - "RightPanelImportTitle3": "here", - "RightPanelImportTitle4": "Anywhere in the box is fine!" + "RightPanelImportTitle1": "Browse or drop a", + "RightPanelImportTitle2": "or", + "RightPanelImportTitle3": "", + "RightPanelImportTitle4": "Drop plugin files anywhere in this panel" }, "_Misc": { From 7e9859158bf3787fc110355bb87a7d8bc6d6fde3 Mon Sep 17 00:00:00 2001 From: CryoTechnic Date: Wed, 15 Jul 2026 19:50:34 -0400 Subject: [PATCH 2/6] Add new drop indicator overlay in plugin window --- .../MainApp/Pages/PluginManagerPage.xaml | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/CollapseLauncher/XAMLs/MainApp/Pages/PluginManagerPage.xaml b/CollapseLauncher/XAMLs/MainApp/Pages/PluginManagerPage.xaml index 249ce132e..d3e2c4773 100644 --- a/CollapseLauncher/XAMLs/MainApp/Pages/PluginManagerPage.xaml +++ b/CollapseLauncher/XAMLs/MainApp/Pages/PluginManagerPage.xaml @@ -823,12 +823,17 @@ + + + + + + +