[Refactor] TextboxのUi Sizeを独立させるための準備でリファクタリング。クラスなど。
This commit is contained in:
6
view.py
6
view.py
@@ -517,7 +517,7 @@ class View():
|
||||
|
||||
|
||||
# Insert sample conversation for testing.
|
||||
# self._insertSampleConversationToTextbox()
|
||||
self._insertSampleConversationToTextbox()
|
||||
|
||||
|
||||
|
||||
@@ -1054,11 +1054,11 @@ class View():
|
||||
|
||||
|
||||
@staticmethod
|
||||
def _printToTextbox_Info(info_message):
|
||||
def _printToTextbox_Info(info_message, **kwargs):
|
||||
vrct_gui._printToTextbox(
|
||||
target_type="SYSTEM",
|
||||
original_message=info_message,
|
||||
# translated_message="",
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user