[Add] view.pyにprintToTextbox_AuthenticationSuccessを追加
This commit is contained in:
2
view.py
2
view.py
@@ -360,6 +360,8 @@ class View():
|
|||||||
def printToTextbox_disableForeground(self):
|
def printToTextbox_disableForeground(self):
|
||||||
self._printToTextbox_Info("Stop foreground")
|
self._printToTextbox_Info("Stop foreground")
|
||||||
|
|
||||||
|
def printToTextbox_AuthenticationSuccess(self):
|
||||||
|
self._printToTextbox_Info("Auth key update completed")
|
||||||
|
|
||||||
def printToTextbox_AuthenticationError(self):
|
def printToTextbox_AuthenticationError(self):
|
||||||
self._printToTextbox_Info("Auth Key or language setting is incorrect")
|
self._printToTextbox_Info("Auth Key or language setting is incorrect")
|
||||||
|
|||||||
Reference in New Issue
Block a user