mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-04 09:42:30 +02:00
Replaced settings commands with a GUI
This commit is contained in:
parent
ac9c25ac6e
commit
998fdcf20f
@ -367,6 +367,11 @@ global.config = {
|
||||
enabled = true,
|
||||
use_remote_server = true,
|
||||
},
|
||||
-- enables the redmew settings GUI
|
||||
redmew_settings = {
|
||||
enabled = true,
|
||||
use_remote_server = true,
|
||||
}
|
||||
}
|
||||
|
||||
return global.config
|
||||
|
@ -46,6 +46,13 @@ whats_new_button=What's New
|
||||
[toast]
|
||||
toast_all=__1__ sent a toast to all players.
|
||||
toast_player=__1__ sent a toast to __2__.
|
||||
toast_volume_setting_label=Toast message volume
|
||||
|
||||
[redmew_settings]
|
||||
menu_item_tooltip=Your RedMew settings
|
||||
menu_item_tooltip_loading=Loading your personal settings...
|
||||
save_success_toast_message=Your settings have been updated!
|
||||
frame_title=Redmew Settings
|
||||
|
||||
[player_list]
|
||||
tooltip=Player list
|
||||
|
Loading…
Reference in New Issue
Block a user