aboutsummaryrefslogtreecommitdiff
path: root/src/components/Shifter/Window/TitleBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Shifter/Window/TitleBar.tsx')
-rw-r--r--src/components/Shifter/Window/TitleBar.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Shifter/Window/TitleBar.tsx b/src/components/Shifter/Window/TitleBar.tsx
new file mode 100644
index 0000000..6b3fa70
--- /dev/null
+++ b/src/components/Shifter/Window/TitleBar.tsx
@@ -0,0 +1,6 @@
+function setTitleBar(type: number, b: any) {
+ switch (type) {
+ case 0:
+ return localStorage.setItem("--titlebar-colour", b);
+ }
+}