mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-16 19:40:41 +01:00
Change header buttons order
This commit is contained in:
parent
e0de712c04
commit
ff76376aad
@ -92,9 +92,9 @@ public class Tootle.MainWindow: Gtk.Window {
|
||||
private void show_main_views (){
|
||||
mode.clear_children ();
|
||||
add_view (home);
|
||||
add_view (notifications);
|
||||
add_view (feed_local);
|
||||
add_view (feed_federated);
|
||||
add_view (notifications);
|
||||
mode.set_active (0);
|
||||
mode.show ();
|
||||
button_toot.show ();
|
||||
|
@ -7,7 +7,7 @@ public class Tootle.LocalView : Tootle.HomeView {
|
||||
}
|
||||
|
||||
public override string get_icon () {
|
||||
return "appointment-symbolic";
|
||||
return "folder-recent-symbolic";
|
||||
}
|
||||
|
||||
public override string get_name () {
|
||||
|
@ -64,7 +64,5 @@ public class Tootle.NotificationsView : Tootle.AbstractView {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user