Display "days ago" in loading screen

This commit is contained in:
Fedor Indutny
2023-03-28 13:31:24 -07:00
committed by GitHub
parent c02c8d9640
commit 3264c3d509
17 changed files with 316 additions and 66 deletions

View File

@@ -1821,7 +1821,7 @@ app.on('ready', async () => {
loadingWindow = new BrowserWindow({
show: false,
width: 300,
height: 265,
height: 280,
resizable: false,
frame: false,
backgroundColor,