add config option to set the window icon
This commit is contained in:
parent
a740f7754c
commit
5b4f0b239c
3 changed files with 13 additions and 0 deletions
src
|
|
@ -67,6 +67,7 @@ void Config::read()
|
|||
PO_DESC(gameFolder, std::string) \
|
||||
PO_DESC(anyAltToggleFS, bool) \
|
||||
PO_DESC(allowSymlinks, bool) \
|
||||
PO_DESC(iconPath, std::string) \
|
||||
PO_DESC(customScript, std::string)
|
||||
|
||||
// Not gonna take your shit boost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue