-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off Notification Center from Preferences Panel. #13190
Conversation
Hi @QilongTang , just a suggestion - can we change the text for the toggle to "Receive notification"? Since the header already says Notification Center, it seems a bit redundant. |
Will do |
@@ -553,7 +545,6 @@ public bool IsolateSelectedGeometry | |||
} | |||
set | |||
{ | |||
isolateSelectedGeometry = value; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we removing these setters here? Are these not used anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zeusongit Only removing the private value setter since these private values are not used. Suggested by VS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@RobertGlobant20 @filipeotero Any idea how to change the hover-over background of the notification bell? |
@QilongTang I think you need to define a Style in DynamoModern.xaml file (or in the same xaml file, ShortcutToolbar.xaml), at the end the FontAwesome behaves in a similar way than any wpf control. |
@RobertGlobant20 This is what I am currently adding, but it keep crashing Dynamo while build is fine:
|
@QilongTang probably the crash is happening due that you are using ContentPresenter, I tried to use your style but it was not compiling because of the word "Template". |
@RobertGlobant20 Thanks! If I just apply the style on fontawesome, it works while only on the bell itself. Since the whole
|
@RobertGlobant20 Discussed with team, will merge first and follow up with you |
Please Note:
DynamoRevit
repo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after aLGTM
label is added to the PR.Purpose
Per https://jira.autodesk.com/browse/DYN-5177, New setting entry was added in Dynamo setting:
EnableNotificationCenter
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Users can turn off Notification Center from the Preferences Panel.
Reviewers
@DynamoDS/dynamo
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of