diff --git a/GeMS-Key-Plus/GeMS-Key-Plus/GeMS-Key-Plus.csproj b/GeMS-Key-Plus/GeMS-Key-Plus/GeMS-Key-Plus.csproj
index c104198..31ddab8 100644
--- a/GeMS-Key-Plus/GeMS-Key-Plus/GeMS-Key-Plus.csproj
+++ b/GeMS-Key-Plus/GeMS-Key-Plus/GeMS-Key-Plus.csproj
@@ -2,13 +2,13 @@
WinExe
- netcoreapp5.0
+ netcoreapp3.1
GeMS_Key_Plus
true
- 0.1.0
+ 0.2.0
Rabbitism
Galaxism
- GEMS Key Plus
+ Keyz
Key.ico
diff --git a/GeMS-Key-Plus/GeMS-Key-Plus/Properties/PublishProfiles/FolderProfile.pubxml b/GeMS-Key-Plus/GeMS-Key-Plus/Properties/PublishProfiles/FolderProfile.pubxml
index 3a94a4a..a612460 100644
--- a/GeMS-Key-Plus/GeMS-Key-Plus/Properties/PublishProfiles/FolderProfile.pubxml
+++ b/GeMS-Key-Plus/GeMS-Key-Plus/Properties/PublishProfiles/FolderProfile.pubxml
@@ -6,10 +6,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
Release
Any CPU
- bin\Release\netcoreapp5.0\publish\
+ bin\Release\netcoreapp3.1\publish\
FileSystem
- netcoreapp5.0
+ netcoreapp3.1
false
win-x64
+ False
+ False
\ No newline at end of file
diff --git a/GeMS-Key-Plus/GeMS-Key-Plus/ViewModels/ButtonPanelViewModel.cs b/GeMS-Key-Plus/GeMS-Key-Plus/ViewModels/ButtonPanelViewModel.cs
index d779315..095ae3e 100644
--- a/GeMS-Key-Plus/GeMS-Key-Plus/ViewModels/ButtonPanelViewModel.cs
+++ b/GeMS-Key-Plus/GeMS-Key-Plus/ViewModels/ButtonPanelViewModel.cs
@@ -83,6 +83,7 @@ public void Query(Key key)
else if (_keyMapping.ContainsKey(key))
{
_keyMapping[key].Query();
+ _latestButton = _keyMapping[key];
}
}
}
diff --git a/GeMS-Key-Plus/GeMS-Key-Plus/Views/Setting.xaml b/GeMS-Key-Plus/GeMS-Key-Plus/Views/Setting.xaml
index d6563d5..fee2835 100644
--- a/GeMS-Key-Plus/GeMS-Key-Plus/Views/Setting.xaml
+++ b/GeMS-Key-Plus/GeMS-Key-Plus/Views/Setting.xaml
@@ -17,8 +17,8 @@
WindowStartupLocation="CenterScreen"
MinWidth="600"
Title="Setting" Height="450" Width="800">
-
-
+
+