aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs')
-rw-r--r--source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs b/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs
index 85659c2..83b71fd 100644
--- a/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs
+++ b/source/WindowsFormsApplication1/Desktop/ShiftOSDesktop.cs
@@ -179,6 +179,7 @@ namespace ShiftOS
{
pnlpanelbuttonholder.Width -= a.Widget.Width + API.CurrentSkin.panelbuttongap;
};
+
Viruses.CheckForInfected();
this.ShowInTaskbar = false;
this.FormBorderStyle = FormBorderStyle.None;
@@ -1316,6 +1317,11 @@ namespace ShiftOS
}
};
}
+
+ private void flicons_Paint(object sender, PaintEventArgs e)
+ {
+
+ }
}
public class DesktopIconManager