feat(stage-tamagotchi): add click through support (previous macOS only, now both supported) (#187)
--------- Co-authored-by: DWCarrot <23579844+DWCarrot@users.noreply.github.com> Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com> Co-authored-by: Midori Kochiya <1381736+kmod-midori@users.noreply.github.com>
This commit is contained in:
co-authored by
DWCarrot
Makito
Midori Kochiya
parent
da4da0aeb6
commit
5c521c41a8
@@ -1,9 +1,4 @@
|
||||
const COMMANDS: &[&str] = &[
|
||||
"connect_server",
|
||||
"disconnect_server",
|
||||
"list_tools",
|
||||
"call_tool",
|
||||
];
|
||||
const COMMANDS: &[&str] = &["connect_server", "disconnect_server", "list_tools", "call_tool"];
|
||||
|
||||
fn main() {
|
||||
tauri_plugin::Builder::new(COMMANDS).build();
|
||||
|
||||
Reference in New Issue
Block a user