add: background, custom topbar

This commit is contained in:
2025-07-07 04:41:17 +05:00
parent 261b9ac253
commit 76917e3f90
11 changed files with 291 additions and 28 deletions

View File

@ -5,7 +5,9 @@ export type Channels =
| 'download-progress'
| 'launch-minecraft'
| 'installation-status'
| 'get-server-status';
| 'get-server-status'
| 'close-app'
| 'minimize-app';
const electronHandler = {
ipcRenderer: {