refactor: added pref

This commit is contained in:
2025-07-22 14:36:03 +05:30
parent 156712f684
commit 786e6cb6d9
6 changed files with 126 additions and 40 deletions

View File

@@ -240,8 +240,12 @@ const KeyPressListener: React.FC = () => {
if (keyCombination === "Ctrl+Shift+?") {
setShowShortcuts(!showShortcuts);
}
// if (keyCombination === "Ctrl+Shift+P") {
// pref
// }
if (keyCombination === "U") {
// console.log("viewSceneLabels: ", viewSceneLabels);
setViewSceneLabels((prev) => !prev);
}