Reworks default tools, moves some files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.github.gtache.autosubtitle.gui.main;
|
||||
package com.github.gtache.autosubtitle.gui;
|
||||
|
||||
/**
|
||||
* Controller for the main view
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.gtache.autosubtitle.gui.main;
|
||||
package com.github.gtache.autosubtitle.gui;
|
||||
|
||||
/**
|
||||
* Model for the main view
|
||||
@@ -4,7 +4,6 @@
|
||||
module com.github.gtache.autosubtitle.gui.api {
|
||||
requires transitive com.github.gtache.autosubtitle.api;
|
||||
exports com.github.gtache.autosubtitle.gui;
|
||||
exports com.github.gtache.autosubtitle.gui.main;
|
||||
exports com.github.gtache.autosubtitle.gui.media;
|
||||
exports com.github.gtache.autosubtitle.gui.parameters;
|
||||
exports com.github.gtache.autosubtitle.gui.setup;
|
||||
|
||||
Reference in New Issue
Block a user