更新信息

This commit is contained in:
liufei
2022-04-12 17:44:47 +08:00
parent e14faecb19
commit 6e5163c23c
3 changed files with 4 additions and 2 deletions

View File

@@ -123,6 +123,8 @@
Background="#00FFFFFF"
MouseEnter="StackPanel_MouseEnter"
MouseLeave="StackPanel_MouseLeave"
MouseLeftButtonDown="Icon_MouseLeftButtonDown"
MouseLeftButtonUp="Icon_MouseLeftButtonUp"
>
<!--<StackPanel Background="#00FFFFFF"
MouseEnter="CursorPanel_MouseEnter"

View File

@@ -117,7 +117,7 @@ namespace GeekDesk.Control.UserControls.PannelCard
{
if (appData.AppConfig.DoubleOpen && e.ClickCount >= 2)
{
IconInfo icon = (IconInfo)((SimpleStackPanel)sender).Tag;
IconInfo icon = (IconInfo)((Panel)sender).Tag;
if (icon.AdminStartUp)
{
StartIconApp(icon, IconStartType.ADMIN_STARTUP);