mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-05 05:29:22 +00:00
fix: rig id field of xmrig tab was named Name
This commit is contained in:
parent
8510db5604
commit
fb7cccd044
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ impl Xmrig {
|
|||
}
|
||||
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