Skip to content

Commit

Permalink
ちょい変更
Browse files Browse the repository at this point in the history
  • Loading branch information
sassa7777 committed Jan 27, 2024
1 parent 8165d61 commit 5d294d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion othello/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class ViewController: NSViewController
{
DispatchQueue.main.async()
{
self.hakotext.stringValue = "考え中..."
self.hakotext.stringValue = "考え中...(時間がかかることがあります)"
}
}
DispatchQueue.global().asyncAfter(deadline: .now() + 0.2)
Expand Down

0 comments on commit 5d294d5

Please sign in to comment.