You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -74,6 +74,7 @@ public class Widgets.SyncButton : Adw.Bin {
privatevoidnetwork_available () {
if (Services.NetworkMonitor.instance ().network_available) {
stack.visible_child_name ="sync";
tooltip_markup ="";
} else {
stack.visible_child_name ="error";
tooltip_markup ="<b>%s</b>\n%s".printf (_("Offline Mode Is On"), _("Looks like you'are not connected to the\ninternet. Changes you make in offline\nmode will be synced when you reconnect")); // vala-lint=line-length