fix: export texture

This commit is contained in:
Azgaar 2023-11-19 04:53:01 +04:00
parent 418df1cec5
commit c38aff758a
4 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
(window => {
const noTrack = !location.hostname || window.localStorage.getItem("noTrack");
const noTrack = window.localStorage.getItem("noTrack");
const {
screen: {width, height},