mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 07:38:39 +01:00
Unbreak things
This commit is contained in:
parent
09bd3d6424
commit
2188399b5f
@ -105,6 +105,7 @@ public class Tootle.AccountManager : Object{
|
||||
|
||||
public void logout (){
|
||||
current = null;
|
||||
Tootle.settings.access_token = "null";
|
||||
switched (null);
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,7 @@ public class Tootle.AddAccountView : Tootle.AbstractView {
|
||||
construct {
|
||||
stack = new Stack ();
|
||||
stack.valign = Gtk.Align.CENTER;
|
||||
stack.vexpand = true;
|
||||
stack.transition_type = StackTransitionType.SLIDE_LEFT_RIGHT;
|
||||
|
||||
grid_instance = new GridInstance ();
|
||||
@ -104,7 +105,7 @@ public class Tootle.AddAccountView : Tootle.AbstractView {
|
||||
stack.add_named (grid_instance, "instance");
|
||||
stack.add_named (grid_code, "code");
|
||||
|
||||
add (stack);
|
||||
view.add (stack);
|
||||
show_all ();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user