From ae203ccf492bf6115904b5b28c639fab5cf782b7 Mon Sep 17 00:00:00 2001 From: stsdc <6031763+stsdc@users.noreply.github.com> Date: Tue, 15 Mar 2022 18:35:48 +0100 Subject: [PATCH] =?UTF-8?q?paypal=20=E2=86=92=20ko-fi=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Widgets/Chart/Chart.vala | 2 +- src/Widgets/Statusbar/Statusbar.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Widgets/Chart/Chart.vala b/src/Widgets/Chart/Chart.vala index 3a204ef1..02a76f06 100644 --- a/src/Widgets/Chart/Chart.vala +++ b/src/Widgets/Chart/Chart.vala @@ -3,7 +3,7 @@ public class Monitor.Chart : Gtk.Box { private uint series_quantity; private Utils.Colors colors = new Utils.Colors (); public LiveChart.Config config; - + construct { get_style_context ().add_class ("graph"); diff --git a/src/Widgets/Statusbar/Statusbar.vala b/src/Widgets/Statusbar/Statusbar.vala index 6872d049..9b167b71 100644 --- a/src/Widgets/Statusbar/Statusbar.vala +++ b/src/Widgets/Statusbar/Statusbar.vala @@ -37,7 +37,7 @@ public class Monitor.Statusbar : Gtk.ActionBar { peace_label.tooltip_text = (_("Peace")); var github_label = new Gtk.LinkButton.with_label ("https://github.com/stsdc/monitor", _("Check on Github")); - var donate_label = new Gtk.LinkButton.with_label ("https://www.paypal.me/stsdc/10", _("Donate 💸")); + var donate_label = new Gtk.LinkButton.with_label ("https://ko-fi.com/stsdc", _("Donate 💸")); var version_label = new Gtk.Label ("%s".printf (VCS_TAG)) {