mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Add Option to Set Infinite Buffs Location
This commit is contained in:
@@ -7492,6 +7492,7 @@ function this.init_default()
|
||||
hide_bar_for_infinite_buffs = true,
|
||||
hide_timer_for_infinite_buffs = true,
|
||||
orientation = "Vertical", -- "Vertical" or "Horizontal"
|
||||
infinite_buffs_location = "Last"
|
||||
},
|
||||
|
||||
spacing = {
|
||||
|
||||
@@ -778,6 +778,8 @@ this.default_language = {
|
||||
update_myself_position_delay = "Update Myself Position (seconds)",
|
||||
update_player_info_delay = "Update Player Info (seconds)",
|
||||
update_buffs_delay = "Update Buffs (seconds)",
|
||||
|
||||
infinite_buffs_location = "Infinite Buffs Location",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user