File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ public class Monitor.Chart : Gtk.Box {
33 private uint series_quantity;
44 private Utils . Colors colors = new Utils .Colors ();
55 public LiveChart . Config config;
6-
6+
77
88 construct {
99 get_style_context (). add_class (" graph" );
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class Monitor.Statusbar : Gtk.ActionBar {
3737 peace_label. tooltip_text = (_(" Peace" ));
3838
3939 var github_label = new Gtk .LinkButton .with_label (" https://github.com/stsdc/monitor" , _(" Check on Github" ));
40- var donate_label = new Gtk .LinkButton .with_label (" https://www.paypal.me /stsdc/10 " , _(" Donate 💸" ));
40+ var donate_label = new Gtk .LinkButton .with_label (" https://ko-fi.com /stsdc" , _(" Donate 💸" ));
4141
4242
4343 var version_label = new Gtk .Label (" %s " . printf (VCS_TAG )) {
You can’t perform that action at this time.
0 commit comments