refactor: single instance

This commit is contained in:
Ashley Wulber 2023-11-21 16:15:02 -05:00 committed by Ashley Wulber
parent a0a11b6e02
commit 791441ca10
13 changed files with 271 additions and 195 deletions

View file

@ -7,6 +7,7 @@ use cctk::{
screencopy::{ScreencopySessionData, ScreencopySessionDataExt},
wayland_client::{protocol::wl_output, Proxy, QueueHandle},
};
use cosmic::cctk;
use std::sync::{
atomic::{AtomicBool, Ordering},