mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 06:58:00 +00:00
tsc
This commit is contained in:
@@ -101,9 +101,6 @@ const PlayerMenu = ({
|
|||||||
containerRef: settingsContainerRef,
|
containerRef: settingsContainerRef,
|
||||||
});
|
});
|
||||||
|
|
||||||
const handleOnClick = () => {
|
|
||||||
setShowPlayerMenu(false);
|
|
||||||
};
|
|
||||||
const { fullscreen, wakeLock, goToStart } = useGlobalSettings();
|
const { fullscreen, wakeLock, goToStart } = useGlobalSettings();
|
||||||
const { updatePlayer, resetCurrentGame } = usePlayers();
|
const { updatePlayer, resetCurrentGame } = usePlayers();
|
||||||
|
|
||||||
@@ -135,7 +132,6 @@ const PlayerMenu = ({
|
|||||||
const buttonFontSize = isSide ? '1.5vmax' : '3vmin';
|
const buttonFontSize = isSide ? '1.5vmax' : '3vmin';
|
||||||
const iconSize = isSide ? '6vmin' : '3vmax';
|
const iconSize = isSide ? '6vmin' : '3vmax';
|
||||||
const extraCountersSize = isSide ? '8vmin' : '4vmax';
|
const extraCountersSize = isSide ? '8vmin' : '4vmax';
|
||||||
const closeButtonSize = isSide ? '6vmin' : '3vmax';
|
|
||||||
|
|
||||||
const calcRotation =
|
const calcRotation =
|
||||||
player.settings.rotation === Rotation.Side
|
player.settings.rotation === Rotation.Side
|
||||||
|
|||||||
Reference in New Issue
Block a user