start adding setting for the screen sharing status indicator

This commit is contained in:
Kay Simmons 2023-01-31 15:17:16 -08:00
parent e35db69dbd
commit 460dc62888
4 changed files with 8 additions and 1 deletions

View file

@ -28,6 +28,7 @@ fs = { path = "../fs" }
language = { path = "../language" }
media = { path = "../media" }
project = { path = "../project" }
settings = { path = "../settings" }
util = { path = "../util" }
anyhow = "1.0.38"