fix: proxy tab wrong name for rig id
Some checks failed
Lockbud / lockbud (push) Has been cancelled
Rust / fmt (push) Has been cancelled
Rust / test (push) Has been cancelled
Rust / clippy (macos-latest) (push) Has been cancelled
Rust / clippy (ubuntu-latest) (push) Has been cancelled
Rust / check (ubuntu-latest) (push) Has been cancelled
Rust / doc (push) Has been cancelled
Rust / check (macos-latest) (push) Has been cancelled
Typo / typo (push) Has been cancelled

This commit is contained in:
Cyrix126 2024-12-26 10:06:07 +01:00
parent 9ec3e1d6e8
commit fcee2c4944

View file

@ -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)