def quit_cb(*args): from xl import main main.exaile().quit()
def restart_cb(*args): from xl import main main.exaile().quit(True)