mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-19 07:29:33 +08:00
🐛 Fix: use uploader first
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user