Skip to content

Commit

Permalink
paypal → ko-fi link
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Mar 15, 2022
1 parent 1dd2195 commit ae203cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Widgets/Chart/Chart.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/Statusbar/Statusbar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit ae203cc

Please sign in to comment.