Procházet zdrojové kódy

Make the OSD plugin work again.

pull/505/head
Chris Smith před 7 roky
rodič
revize
133836887d

+ 2
- 0
osd/src/main/java/com/dmdirc/addons/osd/OsdCommand.java Zobrazit soubor

@@ -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
 

Načítá se…
Zrušit
Uložit