dcs-retribution/qt_ui/uiconstants.py
2019-07-03 23:33:47 +02:00

11 lines
461 B
Python

# URL for UI links
URLS = {
"Manual": "https://github.com/shdwp/dcs_liberation/wiki/Manual",
"Troubleshooting": "https://github.com/shdwp/dcs_liberation/wiki/Troubleshooting",
"Modding": "https://github.com/shdwp/dcs_liberation/wiki/Modding-tutorial",
"Repository": "https://github.com/shdwp/dcs_liberation",
"ForumThread": "https://forums.eagle.ru/showthread.php?t=214834",
"Issues": "https://github.com/shdwp/dcs_liberation/issues"
}