mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
fix build
This commit is contained in:
parent
c944be8fd7
commit
b4367efcf7
@ -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__;
|
||||
|
Loading…
Reference in New Issue
Block a user