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:
Bob Ham 2018-10-03 09:54:32 +00:00
commit d25101db4a
1 changed files with 5 additions and 0 deletions

View File

@ -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);
}