forked from Berry-Dash/launcher
Change this
This commit is contained in:
@@ -56,7 +56,7 @@ export default function Sidebar({ downloadProgress }: SidebarProps) {
|
|||||||
return next
|
return next
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
onContextMenu={() => {
|
onContextMenu={() =>
|
||||||
setRot(r => {
|
setRot(r => {
|
||||||
let next = r - dir * 90
|
let next = r - dir * 90
|
||||||
if (next >= 360) {
|
if (next >= 360) {
|
||||||
@@ -68,7 +68,7 @@ export default function Sidebar({ downloadProgress }: SidebarProps) {
|
|||||||
}
|
}
|
||||||
return next
|
return next
|
||||||
})
|
})
|
||||||
}}
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<nav className="nav-links">
|
<nav className="nav-links">
|
||||||
|
|||||||
Reference in New Issue
Block a user