Better solution for #298

This commit is contained in:
the-djmaze 2022-03-22 16:24:58 +01:00
parent 1833388ea4
commit 91327a3c6c
6 changed files with 31 additions and 27 deletions

View file

@ -23,12 +23,12 @@ import {
SettingsCapa,
fireEvent,
addShortcut,
registerShortcut,
isFullscreen, exitFullscreen, toggleFullscreen
registerShortcut
} from 'Common/Globals';
import { arrayLength } from 'Common/Utils';
import { download, mailToHelper, showMessageComposer } from 'Common/UtilsUser';
import { isFullscreen, exitFullscreen, toggleFullscreen } from 'Common/Fullscreen';
import { SMAudio } from 'Common/Audio';