mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 18:29:23 +00:00
Next-gen: Audio uploader is now MVC, so tweets can include audios. Sounds tutorial is MVC and has been improved.
This commit is contained in:
@@ -11,6 +11,7 @@ from mysc.repeating_timer import RepeatingTimer
|
||||
import config
|
||||
import widgetUtils
|
||||
import platform
|
||||
from extra import SoundsTutorial
|
||||
if platform.system() == "Windows":
|
||||
import keystrokeEditor
|
||||
|
||||
@@ -174,6 +175,9 @@ class Controller(object):
|
||||
dlg.ShowModal()
|
||||
dlg.Destroy()
|
||||
|
||||
def learn_sounds(self, *args, **kwargs):
|
||||
SoundsTutorial.soundsTutorial()
|
||||
|
||||
def view_user_lists(self, users):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user