Added a cli method to check the visibility of a window. (#301)

This commit is contained in:
Jas Singh
2024-10-04 21:10:08 -07:00
committed by GitHub
parent 2db31f497d
commit 8a727a080e
3 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import 'lib/session';
import 'scss/style';
import 'globals/useTheme';
import 'globals/utilities';
import 'globals/mousePos';
import { Bar } from 'modules/bar/Bar';