From 60dd6dc956cbc9db70b5c2ad2996ca5a2b863e61 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 20:04:58 +0100 Subject: [CHORE] Kernel modules updates. Signed-off-by: Amlal El Mahrouss --- src/libMsg/script/window_client.json | 7 ------- src/libMsg/scripts/window_client.json | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 src/libMsg/script/window_client.json create mode 100644 src/libMsg/scripts/window_client.json (limited to 'src/libMsg') diff --git a/src/libMsg/script/window_client.json b/src/libMsg/script/window_client.json deleted file mode 100644 index 4c8a21ba..00000000 --- a/src/libMsg/script/window_client.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "id": 1, - "pos": { "x": 100, "y": 100 }, - "size": { "w": 300, "h": 200 }, - "title": "Window Client", - "on-click": "_OnClickCSymbol" -} \ No newline at end of file diff --git a/src/libMsg/scripts/window_client.json b/src/libMsg/scripts/window_client.json new file mode 100644 index 00000000..4c8a21ba --- /dev/null +++ b/src/libMsg/scripts/window_client.json @@ -0,0 +1,7 @@ +{ + "id": 1, + "pos": { "x": 100, "y": 100 }, + "size": { "w": 300, "h": 200 }, + "title": "Window Client", + "on-click": "_OnClickCSymbol" +} \ No newline at end of file -- cgit v1.2.3