mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Change websocket closed message
This commit is contained in:
+7
-5
@@ -174,11 +174,13 @@
|
||||
id = 'standalone-installer';
|
||||
url = 'register.html';
|
||||
}
|
||||
extension.windows.open({
|
||||
id: id,
|
||||
url: url,
|
||||
bounds: { width: 800, height: 666 }
|
||||
});
|
||||
if (!chrome.app.window.get(id)) {
|
||||
extension.windows.open({
|
||||
id: id,
|
||||
url: url,
|
||||
bounds: { width: 800, height: 666 }
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
if (chrome.runtime.onInstalled) {
|
||||
|
||||
Reference in New Issue
Block a user