Skip to content

Commit 92022a6

Browse files
committed
🐛 Fix: use uploader first
1 parent a312d06 commit 92022a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/apis/app/uploader/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Uploader {
125125
if (this.webContents) {
126126
handleTalkingData(this.webContents, {
127127
fromClipboard: !img,
128-
type: db.get('picBed.current') || 'smms',
128+
type: db.get('picBed.uploader') || db.get('picBed.current') || 'smms',
129129
count: img ? img.length : 1,
130130
duration: Date.now() - startTime
131131
} as IAnalyticsData)

0 commit comments

Comments
 (0)