소스 검색

Use To-Do for window title on To-Do page

applyWindowTitle(for: .photo) still said Schedule; align with sidebar and content.

Made-with: Cursor
huzaifahayat12 1 주 전
부모
커밋
a1a94d9d48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      classroom_app/ViewController.swift

+ 1 - 1
classroom_app/ViewController.swift

@@ -1891,7 +1891,7 @@ private extension ViewController {
1891 1891
         case .joinMeetings:
1892 1892
             title = "App for Google Classroom"
1893 1893
         case .photo:
1894
-            title = "Schedule"
1894
+            title = "To-Do"
1895 1895
         case .enrolled:
1896 1896
             title = "Enrolled"
1897 1897
         case .teaching: