mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
it's a mousemap not a keybind
This commit is contained in:
parent
22e3553580
commit
1f45f27f74
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ pub fn callback(self: *const Mousemap, state: MousemapState, args: anytype) bool
|
|||
|
||||
const t = Lua.state.rawGetIndex(zlua.registry_index, lua_ref_idx);
|
||||
if (t != zlua.LuaType.function) {
|
||||
RemoteLua.sendNewLogEntry("Failed to call keybind, it doesn't have a callback.");
|
||||
RemoteLua.sendNewLogEntry("Failed to call mousemap, it doesn't have a callback.");
|
||||
Lua.state.pop(1);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue