Fix placeholder being shown on startup, fix missing vertical line in no-conversations placeholder

This commit is contained in:
fiaxh 2023-01-31 19:04:01 +01:00 committed by Xavier Del Campo Romero
parent 0817579361
commit bef62c3424
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 4 deletions

View File

@ -60,10 +60,7 @@ public interface Application : GLib.Application {
startup.connect(() => {
stream_interactor.connection_manager.log_options = print_xmpp;
Idle.add(() => {
restore();
return false;
});
restore();
});
shutdown.connect(() => {
stream_interactor.connection_manager.make_offline_all();