🐛 Fix: use uploader first

This commit is contained in:
PiEgg 2021-04-24 18:16:13 +08:00
parent a312d06b62
commit 92022a6e34

View File

@ -125,7 +125,7 @@ class Uploader {
if (this.webContents) {
handleTalkingData(this.webContents, {
fromClipboard: !img,
type: db.get('picBed.current') || 'smms',
type: db.get('picBed.uploader') || db.get('picBed.current') || 'smms',
count: img ? img.length : 1,
duration: Date.now() - startTime
} as IAnalyticsData)