From 8976aafb0be22270221972113d91945aa02b3ec7 Mon Sep 17 00:00:00 2001 From: profohex <140280740+profohex@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:17:31 +0200 Subject: [PATCH 1/3] LP pop --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eef071..2593ea7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![alt text](https://raw.githubusercontent.com/keredson/gnomecast/master/screenshot.png) -Gnomecast ![logo](https://github.com/keredson/gnomecast/raw/master/icons/gnomecast_16.png) -========= +Gnomecast ![logo](https://github.com/keredson/gnomecast LP pop/raw/master/icons/gnomecast_16.png) + This is a native Linux GUI for casting local files to Chromecast devices. It supports: From f0df8ceaf040da3e052b7bd4d04c8ebf59132b6a Mon Sep 17 00:00:00 2001 From: profohex <140280740+profohex@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:32:17 +0200 Subject: [PATCH 2/3] basic --- .vscode/settings.json | 3 +++ receiver.html | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..457f44d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.analysis.typeCheckingMode": "basic" +} \ No newline at end of file diff --git a/receiver.html b/receiver.html index 9a6f910..dbd43d7 100644 --- a/receiver.html +++ b/receiver.html @@ -1,4 +1,4 @@ - +I'll
+do { + cast.framework.CastReceiverContext.getInstance().start(); + +} while (condition); From cb1d21e8020b5139536b72b66d023045b92d062f Mon Sep 17 00:00:00 2001 From: profohex <140280740+profohex@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:35:33 +0200 Subject: [PATCH 3/3] basi --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 457f44d..fe547e7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.analysis.typeCheckingMode": "basic" + "python.analysis.typeCheckingMode": "off" + + } \ No newline at end of file