We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a312d06 commit 92022a6Copy full SHA for 92022a6
src/main/apis/app/uploader/index.ts
@@ -125,7 +125,7 @@ class Uploader {
125
if (this.webContents) {
126
handleTalkingData(this.webContents, {
127
fromClipboard: !img,
128
- type: db.get('picBed.current') || 'smms',
+ type: db.get('picBed.uploader') || db.get('picBed.current') || 'smms',
129
count: img ? img.length : 1,
130
duration: Date.now() - startTime
131
} as IAnalyticsData)
0 commit comments