mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-01 12:09:06 +00:00
fix: proxy tab wrong name for rig id
This commit is contained in:
parent
32ac82a589
commit
78bd40e5ec
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ impl XmrigProxy {
|
|||
}
|
||||
fn rig_field(&mut self, ui: &mut Ui) -> bool {
|
||||
StateTextEdit::new(ui)
|
||||
.description(" Name ")
|
||||
.description(" RIG ID ")
|
||||
.max_ch(30)
|
||||
.help_msg(XMRIG_RIG)
|
||||
.build(ui, &mut self.rig)
|
||||
|
|
Loading…
Reference in a new issue