reset playspace button in settings

This commit is contained in:
galister
2026-01-25 11:44:17 +09:00
parent 3ec1dd7f4e
commit 6960652379
6 changed files with 36 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ use wayvr_ipc::{
use crate::{
config::GeneralConfig,
dash_interface::{self, DashInterface},
dash_interface::{self, DashInterface, RecenterMode},
desktop_finder::DesktopFinder,
gen_id,
};
@@ -210,7 +210,7 @@ impl DashInterface<()> for DashInterfaceEmulated {
}
}
fn recenter_playspace(&mut self, _: &mut ()) -> anyhow::Result<()> {
fn recenter_playspace(&mut self, _: &mut (), _: RecenterMode) -> anyhow::Result<()> {
// stub!
Ok(())
}