From 06dea79c7445f6c14467356d54fca52d8a902c33 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 2 Dec 2023 14:54:54 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2ae0e..c776011 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Vesktop is a cross platform desktop app aiming to give you a snappier Discord ex Bug reports, feature requests & contributions are highly appreciated!! -![image](https://user-images.githubusercontent.com/45497981/235024615-94565eaf-f412-4384-a3f5-d8cde7458f6d.png) +![](https://github.com/Vencord/Vesktop/assets/45497981/8608a899-96a9-4027-9725-2cb02ba189fd) +![grafik](https://github.com/Vencord/Vesktop/assets/45497981/8701e5de-52c4-4346-a990-719cb971642e) + ## Installing From c39678d733397c59fb88a69de20fae0ae2077a2f Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 2 Dec 2023 17:10:33 +0100 Subject: [PATCH 2/3] vesktop.desktop: remove faulty WMClass field --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bf4ba93..2fe0c75 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,6 @@ "Type": "Application", "Categories": "Network;InstantMessaging;Chat;", "Keywords": "discord;vencord;electron;chat;", - "WMClass": "VencordDesktop", "StartupWMClass": "VencordDesktop" } }, From e3839c35b704be20e1e4247f927dfcc181706566 Mon Sep 17 00:00:00 2001 From: viacoro <103315372+viacoro@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:11:10 +0100 Subject: [PATCH 3/3] unblur shiggy in splash screen (#221) --- static/views/splash.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/views/splash.html b/static/views/splash.html index 7cb571b..a82ff33 100644 --- a/static/views/splash.html +++ b/static/views/splash.html @@ -24,6 +24,7 @@ img { width: 6em; height: 6em; + image-rendering: pixelated; }