Skip to content

Fix issue 180

Andrea Schaefer requested to merge fix-issue-180 into master

Closes #180 (closed)

@tobias.bernard The placeholder overlay now in two modes, 'welcome screen' and 'empty-state placeholder'. There are 6 content variations depending on the availability of SMS and IM accounts. The welcome screen appears only at the first startup, while the empty-state overlay shows up as soon as the chats-list got cleared.

One can bring the welcome screen back by resetting the flag in ~/.purple/prefs.xml as follows:

<pref name='first_start' type='bool' value='1'/>

Here are a couple of example screenshots:

Bildschirmfoto_von_2019-07-25_11-33-53

Bildschirmfoto_von_2019-07-25_11-25-11

Bildschirmfoto_von_2019-07-25_11-23-54

Edited by Andrea Schaefer

Merge request reports