From 966ad0217ed22ac307e18dc98f8343136bb2d836 Mon Sep 17 00:00:00 2001 From: hata6502 <7702653+hata6502@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:13:11 +0900 Subject: [PATCH] Store minimal data --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index b53cb35..03a6ff9 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -374,7 +374,7 @@ import { Watch, WatchV2, toWatchlistV2 } from "../watch-list"; shell.openExternal(firstUploadResponse.permalink_url); } - // Store only irreversible information + // Store minimal data uploadedStore.set(fileID, true); } catch (exception) { log.error(exception);