pad: fix compile

This commit is contained in:
luboslenco
2026-02-02 20:52:40 +01:00
parent c643b8aaec
commit 9fd0dc4e9a
+1 -1
View File
@@ -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();