Skip to content

Commit

Permalink
Test loc fix #2 (#26544)
Browse files Browse the repository at this point in the history
* Test loc fix #2

* Propagate the name change to the rest of the project

---------

Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
  • Loading branch information
crutkas and jaimecbernardo authored Jun 2, 2023
1 parent 2981dc6 commit 792a774
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/modules/MouseWithoutBorders/App/Control/Machine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal bool MachineEnabled
{
checkBoxEnabled.Checked = value;
Editable = value;
pictureBoxLogo.Image = value ? Resources.MachineEnabled : (System.Drawing.Image)Resources.MachineDisabled;
pictureBoxLogo.Image = value ? Images.MachineEnabled : (System.Drawing.Image)Images.MachineDisabled;
OnEnabledChanged(EventArgs.Empty); // Borrow this event since we do not use it for any other purpose:) (we can create one but l...:))
}
}
Expand Down
26 changes: 13 additions & 13 deletions src/modules/MouseWithoutBorders/App/Control/Machine2.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 792a774

Please sign in to comment.