Merge pull request #349 from Helooprototo/main

Allow controlling of the Watch and Kbd via wayvrctl
This commit is contained in:
Helooprototo
2026-01-09 20:05:50 +01:00
committed by GitHub
parent 9547da21ce
commit e5f0131730
7 changed files with 237 additions and 211 deletions

View File

@@ -19,8 +19,8 @@ use wlx_common::{audio, dash_interface::BoxDashInterface, timestep::Timestep};
use crate::{
assets,
tab::{
apps::TabApps, games::TabGames, home::TabHome, monado::TabMonado, processes::TabProcesses, settings::TabSettings,
Tab, TabType,
Tab, TabType, apps::TabApps, games::TabGames, home::TabHome, monado::TabMonado, processes::TabProcesses,
settings::TabSettings,
},
util::{
popup_manager::{MountPopupParams, PopupManager, PopupManagerParams},