Add: Website button for AI settings window.

This commit is contained in:
Peter Nelson
2023-11-28 20:49:16 +00:00
committed by Peter Nelson
parent 7ba89b946e
commit f60c14a682
2 changed files with 28 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ enum AIConfigWidgets {
WID_AIC_MOVE_DOWN, ///< Move down button.
WID_AIC_CHANGE, ///< Select another AI button.
WID_AIC_CONFIGURE, ///< Change AI settings button.
WID_AIC_CLOSE, ///< Close window button.
WID_AIC_OPEN_URL, ///< Open AI URL.
WID_AIC_TEXTFILE, ///< Open AI readme, changelog (+1) or license (+2).
WID_AIC_CONTENT_DOWNLOAD = WID_AIC_TEXTFILE + TFT_CONTENT_END, ///< Download content button.
};