Skip to content

Commit

Permalink
Minor fix: SimpleShortcutCommand(wiki)
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Sep 5, 2021
1 parent 36b5830 commit f349de3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/main/java/org/luwrain/io/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public final class Extension extends EmptyExtension
@Override public Command[] getCommands(Luwrain luwrain)
{
return new Command[]{
new SimpleShortcutCommand("wiki"),
new SimpleShortcutCommand("download"),
new WebCommand(),

Expand All @@ -64,17 +65,6 @@ public final class Extension extends EmptyExtension
}
},

new Command(){
@Override public String getName()
{
return "wiki";
}
@Override public void onCommand(Luwrain luwrain)
{
luwrain.launchApp("wiki");
}
},

new Command(){
@Override public String getName()
{
Expand Down

0 comments on commit f349de3

Please sign in to comment.