From a2361f8ea1ab017c39a1ce9d0ba86da2e9903ba0 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Tue, 10 Mar 2015 18:31:11 -0400 Subject: Shift Desktop Icons - 0 CP Yes, I added the ability to customize the Desktop Icons in the Shifter. This is very basic, and I tried my best to allow older skins to be converted to enable these abilities. Don't worry though, the title was just a creative title and no upgrades were added to the Shiftorium. I also added the ability to delete files from the desktop. --- ShiftOS/Colour Picker.vb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ShiftOS/Colour Picker.vb') diff --git a/ShiftOS/Colour Picker.vb b/ShiftOS/Colour Picker.vb index dad5545..e7e7d47 100644 --- a/ShiftOS/Colour Picker.vb +++ b/ShiftOS/Colour Picker.vb @@ -1646,6 +1646,9 @@ Private Sub pnlnewcolour_Click(sender As Object, e As EventArgs) Handles pnlnewcolour.Click Select Case colourtochange + Case "Desktop Icon Text Color" + Shifter.icontextcolor = pnlnewcolour.BackColor + Case "Title Bar Colour" Shifter.titlebarcolour = pnlnewcolour.BackColor If Shifter.shifterskintitlebar(0) Is Nothing Then Else Shifter.shifterskintitlebar(0).Dispose() -- cgit v1.2.3