mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Make standalone registration more accessible
Add buttons for switching between the linking flow and the standalone registration flow. The button and standalone registration are only availble in a development environment. // FREEBIE
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
this.installView = null;
|
||||
},
|
||||
events: {
|
||||
'click .openInstaller': 'openInstaller',
|
||||
'click .openStandalone': 'openStandalone',
|
||||
'openInstaller': 'openInstaller',
|
||||
'openInbox': 'openInbox',
|
||||
},
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
installFinalButton: i18n('installFinalButton'),
|
||||
installTooManyDevices: i18n('installTooManyDevices'),
|
||||
ok: i18n('ok'),
|
||||
development: window.config.environment === 'development'
|
||||
};
|
||||
},
|
||||
initialize: function(options) {
|
||||
|
||||
Reference in New Issue
Block a user