We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f8d2e commit 2642998Copy full SHA for 2642998
lact-gui/src/app/header/profile_rule_window.rs
@@ -405,7 +405,7 @@ impl relm4::Component for ProfileRuleWindow {
405
impl ProfileRuleWindow {
406
fn get_rule(&self, widgets: &ProfileRuleWindowWidgets) -> ProfileRule {
407
let process_name = self.process_name_buffer.text();
408
- let process_args = self.process_name_buffer.text();
+ let process_args = self.args_buffer.text();
409
410
match widgets.stack.visible_child_name().as_deref() {
411
Some(PROCESS_PAGE) => {
0 commit comments