aboutsummaryrefslogtreecommitdiff
path: root/src/components/Shifter/Window/TitleBar.tsx
blob: 6b3fa70c4a5657add67876bb5186b7b3edd5a488 (plain) (blame)
1
2
3
4
5
6
function setTitleBar(type: number, b: any) {
  switch (type) {
    case 0:
      return localStorage.setItem("--titlebar-colour", b);
  }
}