diff options
| author | Andrew Lee <[email protected]> | 2026-02-05 21:38:57 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2026-02-05 21:40:13 -0500 |
| commit | 6c68cb168a6020e0589c99add348bb7a73f4eda6 (patch) | |
| tree | 9e80976be820ed25a8dfe089c06745e73ba486df /src/components/Shifter/Window | |
| parent | 00a841d83aeb4fa657d9dbfee58ac9b36eee3382 (diff) | |
| download | shiftos-archive-website-6c68cb168a6020e0589c99add348bb7a73f4eda6.tar.gz shiftos-archive-website-6c68cb168a6020e0589c99add348bb7a73f4eda6.tar.bz2 shiftos-archive-website-6c68cb168a6020e0589c99add348bb7a73f4eda6.zip | |
shifter stuff + updated downloads
Diffstat (limited to 'src/components/Shifter/Window')
| -rw-r--r-- | src/components/Shifter/Window/Borders.tsx | 0 | ||||
| -rw-r--r-- | src/components/Shifter/Window/Buttons.tsx | 0 | ||||
| -rw-r--r-- | src/components/Shifter/Window/TitleBar.tsx | 6 | ||||
| -rw-r--r-- | src/components/Shifter/Window/TitleText.tsx | 0 |
4 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Shifter/Window/Borders.tsx b/src/components/Shifter/Window/Borders.tsx new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/components/Shifter/Window/Borders.tsx diff --git a/src/components/Shifter/Window/Buttons.tsx b/src/components/Shifter/Window/Buttons.tsx new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/components/Shifter/Window/Buttons.tsx 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); + } +} diff --git a/src/components/Shifter/Window/TitleText.tsx b/src/components/Shifter/Window/TitleText.tsx new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/components/Shifter/Window/TitleText.tsx |
