Skip to content

Commit

Permalink
Merge pull request #16577 from iterate-ch/bugfix/GH-16171
Browse files Browse the repository at this point in the history
Reflect cryptomator state in Browser context menu
  • Loading branch information
dkocher authored Nov 25, 2024
2 parents 704818f + 9988d1e commit 38783ab
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 38783ab

Please sign in to comment.