From 9fd0dc4e9a23e98a1972ee5f9012afd44db3ca5e Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 2 Feb 2026 20:52:40 +0100 Subject: [PATCH] pad: fix compile --- base/tools/pad/sources/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/tools/pad/sources/main.ts b/base/tools/pad/sources/main.ts index 688ee9a5..94d35a9e 100644 --- a/base/tools/pad/sources/main.ts +++ b/base/tools/pad/sources/main.ts @@ -178,7 +178,7 @@ function list_folder(path: string) { } } -function render() { +function render(_: any) { storage.window_w = iron_window_width(); storage.window_h = iron_window_height(); storage.window_x = iron_window_x();