Skip to content

Commit

Permalink
New login icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bcedu committed Nov 2, 2019
1 parent 9eb568c commit 83ea7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/InitialView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace App.Views {
this.pack_start (welcome, true, true, 0);

welcome.margin_start = welcome.margin_end = 6;
open_index = welcome.append ("next", _("Log in"), _("Sync your files"));
open_index = welcome.append ("emblem-synchronizing-symbolic", _("Log in"), _("Sync your files"));
this.show_all();
}

Expand Down

0 comments on commit 83ea7d5

Please sign in to comment.