bar dropdown backend logic

This commit is contained in:
galister
2026-01-05 20:36:44 +09:00
parent b56aa1a8de
commit ac9bfc9fc4
18 changed files with 476 additions and 185 deletions

View File

@@ -8,7 +8,7 @@ use std::{
use serde::Deserialize;
use crate::{
backend::input,
backend::{input, wayvr::process::KillSignal},
state::AppState,
windowing::{OverlaySelector, window::OverlayWindowConfig},
};