[Add] view.pyにprintToTextbox_AuthenticationSuccessを追加

This commit is contained in:
misyaguziya
2023-09-04 12:33:00 +09:00
parent aabfa535bf
commit a6137149a0

View File

@@ -360,6 +360,8 @@ class View():
def printToTextbox_disableForeground(self):
self._printToTextbox_Info("Stop foreground")
def printToTextbox_AuthenticationSuccess(self):
self._printToTextbox_Info("Auth key update completed")
def printToTextbox_AuthenticationError(self):
self._printToTextbox_Info("Auth Key or language setting is incorrect")