From 17f954205ba9187382dd643ee9cf3c6bbcb6f832 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 28 Aug 2022 12:36:45 +0200 Subject: [PATCH] remove radialGradient The radialGradient was used for the eye. The eye looks better with it, but Qt does not support it. --- icons/krowlog.svg | 5 ----- src/install.py | 7 ------- 2 files changed, 12 deletions(-) diff --git a/icons/krowlog.svg b/icons/krowlog.svg index c10be71..28e2a49 100644 --- a/icons/krowlog.svg +++ b/icons/krowlog.svg @@ -9,10 +9,6 @@ - - - - - \ No newline at end of file diff --git a/src/install.py b/src/install.py index 0d92c2a..db88883 100644 --- a/src/install.py +++ b/src/install.py @@ -1,6 +1,5 @@ import sys import textwrap -from os import PathLike from pathlib import Path @@ -61,10 +60,6 @@ def _linux_install_icon_to_path(path: Path): - - - - - - """) path.write_text(svg, "utf8")