mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
appstrings provide optimize checkbox on publish fix missing status no crash on web cleanup better settings ui add help and time estimate to publish transcoding messaging fix: Special SDK + fix config name fix: older SDK build fix app string, style tweak whoops, and looks better to me this way. bump SDK
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
declare type WebFile = {
|
|
name: string,
|
|
title?: string,
|
|
path: string,
|
|
size: string,
|
|
type: string,
|
|
}
|