更新信息

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

@@ -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);