Skip to content

Commit

Permalink
Add comment explaining commected out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Dec 20, 2023
1 parent 9da7256 commit 9c7ce7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/profile_dropdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ mod imp {
if let Some(deviceobject) = widget.deviceobject() {
wp::log::critical!("Had set profile to {}", dropdown.selected());

// NOTE: Commented out for now as it is annoying to have to reset the card profiles
// every time this code isn't doing the right thing.
//deviceobject.set_profile(dropdown.selected() as i32);
}
});
Expand Down

0 comments on commit 9c7ce7e

Please sign in to comment.