VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
85 stars 3 forks source link

Find a good default platform icon #307

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

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