Skip to content

Commit

Permalink
Removed confusing shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruchtzwerg94 committed May 27, 2022
1 parent d9bbcfc commit 32f7f06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.1.5 (27.05.2022)
- Removed shortcut Shift + U

# 1.1.0.4 (27.05.2022)
- Added support for dark interfaces
- Implemented cancellation of an ongoing generation
Expand Down
2 changes: 1 addition & 1 deletion PlantUmlViewer/PlantUmlViewer/PlantUmlViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void CommandMenuInit()
settings = new Settings();

PluginBase.SetCommand((int)CommandId.ShowPreview, "Show preview", ShowPreview);
PluginBase.SetCommand((int)CommandId.Refresh, "Refresh", Refresh, new ShortcutKey(false, false, true, Keys.U));
PluginBase.SetCommand((int)CommandId.Refresh, "Refresh", Refresh);
PluginBase.SetCommand((int)CommandId.Separator1, "---", null);
PluginBase.SetCommand((int)CommandId.ShowOptions, "Options", ShowOptions);
PluginBase.SetCommand((int)CommandId.ShowAbout, "About", ShowAbout);
Expand Down
4 changes: 2 additions & 2 deletions PlantUmlViewer/PlantUmlViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.4")]
[assembly: AssemblyFileVersion("1.1.0.4")]
[assembly: AssemblyVersion("1.1.1.5")]
[assembly: AssemblyFileVersion("1.1.1.5")]
Binary file modified doc/Menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32f7f06

Please sign in to comment.