1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

fix build

This commit is contained in:
Puyodead1 2023-09-07 18:15:08 -04:00 committed by Puyodead1
parent c944be8fd7
commit b4367efcf7
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

@ -78,4 +78,5 @@ export const getFileDetails = (fileOrAttachment: File | APIAttachment) => {
};
};
// @ts-expect-error - Tauri is not defined in the window object
export const isTauri = !!window.__TAURI__;