define separators values

This commit is contained in:
iLLiCiTiT 2021-07-01 20:03:48 +02:00
parent 1fcd526056
commit f27e22a33f

View file

@ -1,6 +1,8 @@
import os
from Qt import QtWidgets, QtCore, QtGui
SEPARATORS = ("---separator---", "---")
def get_default_thumbnail_image_path():
dirpath = os.path.dirname(os.path.abspath(__file__))