fix: proxy tab wrong name for rig id

This commit is contained in:
Cyrix126 2024-12-26 10:06:07 +01:00
parent 32ac82a589
commit 78bd40e5ec

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)