Turn off Notification Center from Preferences Panel.#13190
Turn off Notification Center from Preferences Panel.#13190QilongTang merged 7 commits intomasterfrom
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 |
| } | ||
| set | ||
| { | ||
| isolateSelectedGeometry = value; |
There was a problem hiding this comment.
why are we removing these setters here? Are these not used anymore?
There was a problem hiding this comment.
@zeusongit Only removing the private value setter since these private values are not used. Suggested by VS
|
@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:
DynamoRevitrepo 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 aLGTMlabel is added to the PR.Purpose
Per https://jira.autodesk.com/browse/DYN-5177, New setting entry was added in Dynamo setting:
EnableNotificationCenterDeclarations
Check these if you believe they are true
*.resxfilesRelease 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