mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-08 21:38:13 -05:00
🐛 Fix: use uploader first
This commit is contained in:
parent
a312d06b62
commit
92022a6e34
@ -125,7 +125,7 @@ class Uploader {
|
|||||||
if (this.webContents) {
|
if (this.webContents) {
|
||||||
handleTalkingData(this.webContents, {
|
handleTalkingData(this.webContents, {
|
||||||
fromClipboard: !img,
|
fromClipboard: !img,
|
||||||
type: db.get('picBed.current') || 'smms',
|
type: db.get('picBed.uploader') || db.get('picBed.current') || 'smms',
|
||||||
count: img ? img.length : 1,
|
count: img ? img.length : 1,
|
||||||
duration: Date.now() - startTime
|
duration: Date.now() - startTime
|
||||||
} as IAnalyticsData)
|
} as IAnalyticsData)
|
||||||
|
Loading…
Reference in New Issue
Block a user