Browse Source

Merge pull request #505 from csmith/master

Make the OSD plugin work again.
pull/506/head
Shane Mc Cormack 7 years ago
parent
commit
1df47cfe38
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      osd/src/main/java/com/dmdirc/addons/osd/OsdCommand.java

+ 2
- 0
osd/src/main/java/com/dmdirc/addons/osd/OsdCommand.java View File

@@ -34,6 +34,7 @@ import com.dmdirc.ui.input.AdditionalTabTargets;
34 34
 import com.dmdirc.ui.messages.StyledMessageUtils;
35 35
 
36 36
 import javax.annotation.Nonnull;
37
+import javax.inject.Inject;
37 38
 
38 39
 /**
39 40
  * The osd command shows an on screen message.
@@ -55,6 +56,7 @@ public class OsdCommand extends BaseCommand implements IntelligentCommand {
55 56
      * @param controller The controller to use for command information.
56 57
      * @param osdManager OSD Manager used to control OSD windows
57 58
      */
59
+    @Inject
58 60
     public OsdCommand(final CommandController controller, final OsdManager osdManager) {
59 61
         super(controller);
60 62
 

Loading…
Cancel
Save