mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-02 20:19:36 +00:00
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
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:
parent
9ec3e1d6e8
commit
fcee2c4944
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