Update menu content items, icons and the order

This commit is contained in:
cuu
2019-07-16 09:10:42 +08:00
parent 66298985a4
commit 925076fac7
74 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from sys import exit
import os
import sys
basepath = os.path.dirname(os.path.realpath(__file__))
icons_path = basepath+"/icons"
ListPage = None