diff options
Diffstat (limited to 'source/WindowsFormsApplication1/Engine')
| -rw-r--r-- | source/WindowsFormsApplication1/Engine/Lua_Interp.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs index bb76c77..4192acf 100644 --- a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs +++ b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs @@ -156,7 +156,7 @@ namespace ShiftOS { mod(func + $"(\"{API.OpenGUIDs[win]}\")"); }; - }); + }); mod.on_window_titlebar_redraw += new Action<ShiftOSDesktop, string>((desktop, func) => { desktop.TitlebarReset += (win) => |
