diff options
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter.vb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter.vb b/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter.vb index 06b35c6..04f68e6 100644 --- a/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter.vb +++ b/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter.vb @@ -54,9 +54,19 @@ End Sub Private Sub btn_Apply_Click(sender As Object, e As EventArgs) Handles Button1.Click + Apply() + End Sub + + Private Sub Apply() Select Case lst_Features.SelectedItem Case "Desktop" Desktop.BackColor = DuWM_Shifter_Configs.DesktopBackColor + GUISCustomizations.DesktopColor = Desktop.BackColor End Select End Sub + + Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click + Apply() + Close() + End Sub End Class
\ No newline at end of file |
