We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Launchpad/Lib/Launchpad/Gui/ManageWindow/MainWindow.ahk
Line 487 in d47a3fb
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Find a good default platform icon
Launchpad/Lib/Launchpad/Gui/ManageWindow/MainWindow.ahk
Line 487 in d47a3fb
daef383c0a97f96154668289430f0221a1ed21df
The text was updated successfully, but these errors were encountered: