mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Fixed crash bug with GUI
This commit is contained in:
parent
0da8428eef
commit
c586e480ed
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue