Skip to content

Commit

Permalink
Update signout menu item tooltip (#14857)
Browse files Browse the repository at this point in the history
* Fix PostDiff job

* Update ShortcutToolbar.xaml.cs

* update

* Update ShortcutToolbar.xaml

* DYN-5656-PackagesGuide-BugFix (#14849)

When opening the Packages tour and later opening the PackageManager (during the tour) at closing was removing the wrong dark background, then I added some code for searching for the specific overlay added  (not the one added by the guided tour).
Also deleted the code for using the EnableEnvironment function due that  is not used any more.

---------

Co-authored-by: Roberto T <[email protected]>
  • Loading branch information
zeusongit and RobertGlobant20 authored Jan 17, 2024
1 parent 61a4f7d commit 396be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Controls/ShortcutToolbar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
Click="LogoutOption_Click"
Name="logoutOption">
<MenuItem.ToolTip>
<ToolTip Content="{x:Static p:Resources.LogoutMenuItemText}" Style="{StaticResource GenericToolTipLight}"/>
<ToolTip Content="{x:Static p:Resources.SignOutConfirmationDialogText}" Style="{StaticResource GenericToolTipLight}"/>
</MenuItem.ToolTip>
</MenuItem>
</MenuItem>
Expand Down

0 comments on commit 396be7e

Please sign in to comment.