Fixed crash bug with GUI

This commit is contained in:
James David Clarke 2024-01-10 08:44:45 +00:00 committed by the-real-herowl
parent 0da8428eef
commit c586e480ed
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
import tkinter as tk
from tkinter import filedialog, messagebox, ttk, font
from libtextureconverter.utils import handle_default_minecraft_texture, find_all_minecraft_resourcepacks
from libtextureconverter.config import home
from libtextureconverter.config import home, get_minetest_directory
from libtextureconverter.common import convert_resource_packs
import time
import os
import threading