Pārlūkot izejas kodu

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 nedēļu atpakaļ
vecāks
revīzija
a1a94d9d48
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: