Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a good default platform icon #307

Open
github-actions bot opened this issue Sep 10, 2021 · 0 comments
Open

Find a good default platform icon #307

github-actions bot opened this issue Sep 10, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

Find a good default platform icon

; TODO: Find a good default platform icon

        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 github-actions bot added the todo label Sep 10, 2021
@bmcclure bmcclure added the Hacktoberfest A good issue for Hacktoberfest participants to tackle label Oct 11, 2021
@bmcclure bmcclure removed the Hacktoberfest A good issue for Hacktoberfest participants to tackle label Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant