aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-12-03 23:16:06 +0700
committerEverythingWindows <[email protected]>2022-12-03 23:16:06 +0700
commit0e6eb6e76f8227b8055f5ea032f9582dcacee5f5 (patch)
treed4dd7645353ed283b480ee9f2adea0f20a81e590 /ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb
parent16094d6b2fd9409d0866ac8f62ca355a383ebb1e (diff)
downloadshiftos-therevival-old-0e6eb6e76f8227b8055f5ea032f9582dcacee5f5.tar.gz
shiftos-therevival-old-0e6eb6e76f8227b8055f5ea032f9582dcacee5f5.tar.bz2
shiftos-therevival-old-0e6eb6e76f8227b8055f5ea032f9582dcacee5f5.zip
Console Font finished and the foundation of new window manager is there
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb b/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb
index 2b7c70d..219a45b 100644
--- a/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb
+++ b/ShiftOS-TheRevival/MainForms/Applications/DuWM/Shifter/DuWM_Shifter_Configs.vb
@@ -1,3 +1,4 @@
Public Class DuWM_Shifter_Configs
Public Shared DesktopBackColor As Color
+ Public Shared ConsoleFont As Font
End Class