diff options
Diffstat (limited to 'src/main/java/cuchaz/enigma/config/Themes.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/config/Themes.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/config/Themes.java b/src/main/java/cuchaz/enigma/config/Themes.java index 79c245b..04ecfde 100644 --- a/src/main/java/cuchaz/enigma/config/Themes.java +++ b/src/main/java/cuchaz/enigma/config/Themes.java | |||
| @@ -13,7 +13,7 @@ import java.io.IOException; | |||
| 13 | public class Themes { | 13 | public class Themes { |
| 14 | 14 | ||
| 15 | public static void setDefault(Gui gui) { | 15 | public static void setDefault(Gui gui) { |
| 16 | //TODO set to default | 16 | // TODO set to default |
| 17 | try { | 17 | try { |
| 18 | Config.getInstance().reset(); | 18 | Config.getInstance().reset(); |
| 19 | } catch (IOException e) { | 19 | } catch (IOException e) { |