Skip to content

Commit 3168e06

Browse files
📝 chore: update main window configuration in Electron app
- Add title and vibrancy to main window configuration to improve the appearance and usability of the app. - The title is set to 'ScreenLink' to provide a clear and concise identifier for the app. - The vibrancy is set to 'ultra-dark' to improve the appearance of the app on macOS by making the window content more visible against the dark background.
1 parent fc53cec commit 3168e06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/desktop/electron/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ function createWindow() {
915915

916916
mainWindow = new BrowserWindow({
917917
icon: applicationIconPath,
918+
title: 'ScreenLink',
919+
vibrancy: 'ultra-dark',
918920
webPreferences: {
919921
preload: path.join(__dirname, 'preload.js'),
920922
contextIsolation: true,

0 commit comments

Comments
 (0)