mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
Merge branch 'display-dialer-by-default' into 'master'
main-window: Display the dialer on startup rather than empty history See merge request Librem5/calls!26
This commit is contained in:
commit
d25101db4a
1 changed files with 5 additions and 0 deletions
|
@ -518,6 +518,11 @@ constructed (GObject *object)
|
|||
G_ACTION_GROUP (simple_action_group));
|
||||
g_object_unref (simple_action_group);
|
||||
|
||||
// FIXME: if (no history)
|
||||
{
|
||||
new_call_action (NULL, NULL, self);
|
||||
}
|
||||
|
||||
parent_class->constructed (object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue