Compare commits
3 Commits
d23ca97be9
...
5113d18d70
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5113d18d70 | ||
|
|
cd2dee21ab | ||
|
|
1b14463dbb |
@@ -1,5 +1,5 @@
|
||||
export const APP_VERSION = "1.1.5";
|
||||
export const CORE_MIN_REQUIRED_VERSION = "1.5.4";
|
||||
export const CORE_MIN_REQUIRED_VERSION = "1.5.5";
|
||||
|
||||
export const RELEASE_NOTICE = `
|
||||
**Обновление v1.1.5** :emoji_1f631:
|
||||
|
||||
@@ -28,8 +28,8 @@ export function createPreloaderWindow() {
|
||||
|
||||
export function createAppWindow(preloaderWindow?: BrowserWindow): void {
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 900,
|
||||
height: 670,
|
||||
width: 385,
|
||||
height: 555,
|
||||
minWidth: 385,
|
||||
minHeight: 555,
|
||||
show: false,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Rosetta",
|
||||
"version": "1.5.4",
|
||||
"version": "1.5.5",
|
||||
"description": "Rosetta Messenger",
|
||||
"main": "./out/main/main.js",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user