Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Main menu update mod popup will show the "View Patch Notes" button
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWilko committed Mar 31, 2015
1 parent fbfafa2 commit 8580116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mods/base/req/update_mods_menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ function LuaModUpdates:ShowUpdateAvailableMessage( mod_tbl )
callback = LuaModUpdates.OpenUpdateManagerNode,
},
[3] = {
text = managers.localization:text("base_mod_updates_open_update_notes"),
callback = LuaModUpdates.ShowModPatchNotes,
data = mod_tbl.identifier
},
[4] = {
text = managers.localization:text("base_mod_updates_update_later"),
is_cancel_button = true,
},
Expand Down

0 comments on commit 8580116

Please sign in to comment.