mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-21 10:06:55 -04:00
removed unused imports
[ci skip]
This commit is contained in:
@@ -8,9 +8,6 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javafx.application.Platform;
|
||||
import javafx.stage.Stage;
|
||||
import javafx.stage.StageStyle;
|
||||
import java.awt.SystemTray;
|
||||
|
||||
@FxApplicationScoped
|
||||
public class FxApplication {
|
||||
|
||||
@@ -9,7 +9,6 @@ import com.google.common.base.Preconditions;
|
||||
import dagger.Subcomponent;
|
||||
import org.cryptomator.integrations.tray.TrayMenuController;
|
||||
|
||||
import java.awt.SystemTray;
|
||||
import java.util.Optional;
|
||||
|
||||
@TrayMenuScoped
|
||||
|
||||
Reference in New Issue
Block a user