Launchpad icon indicating copy to clipboard operation
Launchpad copied to clipboard

Find a good default platform icon

Open github-actions[bot] opened this issue 4 years ago • 0 comments

Find a good default platform icon

https://github.com/VolantisDev/Launchpad/blob/d47a3fb09fcd05936e43c1597a3191421f566dca/Lib/Launchpad/Gui/ManageWindow/MainWindow.ahk#L487


        return iconSrc
    }

    GetPlatformImage(platform) {
        iconSrc := platform.IconSrc
        ; TODO: Find a good default platform icon
        defaultIcon := ""

        if (!iconSrc || !FileExist(iconSrc)) {
            iconSrc := defaultIcon
        }

        return iconSrc
    }

    OnDoubleClick(LV, rowNum) {
        key := this.listView.GetRowKey(rowNum)


daef383c0a97f96154668289430f0221a1ed21df

github-actions[bot] avatar Sep 10 '21 05:09 github-actions[bot]