Disable live clip, rely on the thumbnailed version
This commit is contained in:
parent
30f22e333a
commit
cd5c1e35fa
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ export default function Gallery() {
|
|||
syncWithRemote(false, true);
|
||||
}, SYNC_INTERVAL_IN_MICROSECONDS);
|
||||
if (electron) {
|
||||
void clipService.setupOnFileUploadListener();
|
||||
// void clipService.setupOnFileUploadListener();
|
||||
electron.onMainWindowFocus(() => syncWithRemote(false, true));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue