Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny committed Dec 3, 2023
1 parent 522c460 commit 17451d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/macos/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use objc2::{
foundation::{
NSArray, NSCopying, NSInteger, NSNumber, NSObject, NSPoint, NSRange, NSRect, NSString,
},
msg_send, msg_send_id, ns_string,
msg_send, msg_send_id, ns_string,
rc::{Id, Owned, Shared},
runtime::Sel,
sel, ClassType,
Expand Down
1 change: 1 addition & 0 deletions platforms/unix/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ impl<'a> NodeWrapper<'a> {
if self.node_state().role_description().is_some() {
return AtspiRole::Extended;
}

match self.node_state().role() {
Role::Alert => AtspiRole::Notification,
Role::AlertDialog => AtspiRole::Alert,
Expand Down

0 comments on commit 17451d8

Please sign in to comment.