From a78992d1320ea35d73beae70a8432aa2faef6671 Mon Sep 17 00:00:00 2001 From: Trigg Date: Mon, 21 Mar 2022 11:04:05 +0000 Subject: [PATCH] - Blurb differences are no longer needed --- discover_overlay/about_settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/discover_overlay/about_settings.py b/discover_overlay/about_settings.py index 66227f1..0ffe5bd 100644 --- a/discover_overlay/about_settings.py +++ b/discover_overlay/about_settings.py @@ -51,10 +51,7 @@ class AboutSettingsWindow(Gtk.Grid): self.attach(spacing_box_2, 1, 2, 1, 1) blurb = Gtk.Label.new(None) - if self.discover.steamos: - blurb.set_markup("Welcome to Discover Overlay\n\nDiscover-Overlay is a GTK3 overlay written in Python3. It can be configured to show who is currently talking on discord. It is fully customisable and can be configured to display anywhere on the screen. We fully support X11 and wlroots based environments. We felt the need to make this project due to the shortcomings in support on Linux by the official discord client.\n\nPlease visit our discord (https://discord.gg/jRKWMuDy5V) for support. Or open an issue on our GitHub (https://github.com/trigg/Discover)\n\n\n\n\n\n") - else: - blurb.set_markup("Welcome to Discover Overlay\n\nDiscover-Overlay is a GTK3 overlay written in Python3. It can be configured to show who is currently talking on discord or it can be set to display text and images from a preconfigured channel. It is fully customisable and can be configured to display anywhere on the screen. We fully support X11 and wlroots based environments. We felt the need to make this project due to the shortcomings in support on Linux by the official discord client.\n\nPlease visit our discord (https://discord.gg/jRKWMuDy5V) for support. Or open an issue on our GitHub (https://github.com/trigg/Discover)\n\n\n\n\n\n") + blurb.set_markup("Welcome to Discover Overlay\n\nDiscover-Overlay is a GTK3 overlay written in Python3. It can be configured to show who is currently talking on discord or it can be set to display text and images from a preconfigured channel. It is fully customisable and can be configured to display anywhere on the screen. We fully support X11 and wlroots based environments. We felt the need to make this project due to the shortcomings in support on Linux by the official discord client.\n\nPlease visit our discord (https://discord.gg/jRKWMuDy5V) for support. Or open an issue on our GitHub (https://github.com/trigg/Discover)\n\n\n\n\n\n") blurb.set_line_wrap(True) self.attach(blurb, 1, 3, 1, 1)