mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-25 05:12:41 +01:00
Update menu content items, icons and the order
This commit is contained in:
12
Menu/GameShell/80_SETTINGS/myvars.py
Normal file
12
Menu/GameShell/80_SETTINGS/myvars.py
Normal 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
|
||||
Reference in New Issue
Block a user