Skip to content

Commit

Permalink
fix: setting args
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-zlobintsev committed Dec 25, 2024
1 parent 65f8d2e commit 2642998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lact-gui/src/app/header/profile_rule_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ impl relm4::Component for ProfileRuleWindow {
impl ProfileRuleWindow {
fn get_rule(&self, widgets: &ProfileRuleWindowWidgets) -> ProfileRule {
let process_name = self.process_name_buffer.text();
let process_args = self.process_name_buffer.text();
let process_args = self.args_buffer.text();

match widgets.stack.visible_child_name().as_deref() {
Some(PROCESS_PAGE) => {
Expand Down

0 comments on commit 2642998

Please # to comment.