Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 17, 2024
1 parent 6f87138 commit e882e8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/handlers/appInfoHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ import { useDesktopConfig } from '../store/desktopConfig';
import type { TorchDeviceType } from '../preload';

/**
* Handles static information about the app in IPC channels.
* Handles information about the app and current state in IPC channels.
*/
export class AppInfoHandlers {
constructor() {}

registerHandlers() {
ipcMain.handle(IPC_CHANNELS.IS_PACKAGED, () => {
return app.isPackaged;
Expand Down

0 comments on commit e882e8d

Please sign in to comment.