Skip to content

Commit

Permalink
Add cryptomator browser context menu item to switchable title
Browse files Browse the repository at this point in the history
  • Loading branch information
AliveDevil committed Nov 25, 2024
1 parent b8f9ab5 commit 9988d1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ public void SetCryptomatorVaultTitle(string title)
cryptomatorToolStripButton.ToolTipText = title;
cryptomatorToolStripMenuItem1.Text = title;
cryptomatorToolbarMenuItem.Text = title;
cryptomatorBrowserContextMenuItem.Text = title;
}

public bool SearchEnabled
Expand Down

0 comments on commit 9988d1e

Please sign in to comment.