diff options
Diffstat (limited to 'ShiftOS/Colour Picker.vb')
| -rw-r--r-- | ShiftOS/Colour Picker.vb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS/Colour Picker.vb b/ShiftOS/Colour Picker.vb index ee4676c..e1c3065 100644 --- a/ShiftOS/Colour Picker.vb +++ b/ShiftOS/Colour Picker.vb @@ -1762,6 +1762,10 @@ Shifter.shifterskinimages(6) = "" Shifter.shifterskinimages(7) = "" Shifter.shifterskinimages(8) = "" + Case "Username Panel Background" + Shifter.usernamebgcolor = pnlnewcolour.BackColor + Case "Shutdown Button Background" + Shifter.powerpanelbgcolor = pnlnewcolour.BackColor Case "App Launcher Button Colour" Shifter.applauncherbuttoncolour = pnlnewcolour.BackColor If Shifter.skinapplauncherbutton(0) Is Nothing Then Else Shifter.skinapplauncherbutton(0).Dispose() |
