fix(nds): hide help button on smaller devices
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m7s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m7s
This commit is contained in:
@@ -61,7 +61,9 @@ export const useIntroStore = defineStore("intro", {
|
||||
)
|
||||
.call(() => {
|
||||
const app = useAppStore();
|
||||
app.allowHints();
|
||||
if (window.innerWidth / window.innerHeight > 614 / 667) {
|
||||
app.allowHints();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user