mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
update log statement
This commit is contained in:
parent
9648dc7872
commit
c5e566736a
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ fn handleSetAppId(
|
||||||
) void {
|
) void {
|
||||||
const view: *View = @fieldParentPtr("set_app_id", listener);
|
const view: *View = @fieldParentPtr("set_app_id", listener);
|
||||||
_ = view;
|
_ = view;
|
||||||
std.log.err("Unimplemented request maximize", .{});
|
std.log.err("Unimplemented set appid", .{});
|
||||||
}
|
}
|
||||||
|
|
||||||
fn handleSetTitle(
|
fn handleSetTitle(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue