Merge branch 'development' of github.com:loki-project/loki-messenger into development

pull/147/head
Beaudan 6 years ago
commit e13f9253cc

@ -9,7 +9,7 @@ const config = require('./config');
if (config.has('storageProfile')) {
const userData = path.join(
app.getPath('appData'),
`Signal-${config.get('storageProfile')}`
`Loki-Messenger-${config.get('storageProfile')}`
);
app.setPath('userData', userData);

Loading…
Cancel
Save