Skip to content

Commit 2642998

Browse files
fix: setting args
1 parent 65f8d2e commit 2642998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lact-gui/src/app/header/profile_rule_window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ impl relm4::Component for ProfileRuleWindow {
405405
impl ProfileRuleWindow {
406406
fn get_rule(&self, widgets: &ProfileRuleWindowWidgets) -> ProfileRule {
407407
let process_name = self.process_name_buffer.text();
408-
let process_args = self.process_name_buffer.text();
408+
let process_args = self.args_buffer.text();
409409

410410
match widgets.stack.visible_child_name().as_deref() {
411411
Some(PROCESS_PAGE) => {

0 commit comments

Comments
 (0)