Selaa lähdekoodia

set watch-inbox flag correctly

B. Petersen 5 vuotta sitten
vanhempi
commit
3336b1b79d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      deltachat-ios/Controller/SettingsController.swift

+ 1 - 1
deltachat-ios/Controller/SettingsController.swift

@@ -123,7 +123,7 @@ internal final class SettingsViewController: QuickTableViewController {
                               action: editCell(key: SVC.readReceipts)),
                     SwitchRow(text: String.localized("pref_watch_inbox_folder"),
                               switchValue: DcConfig.inboxWatch,
-                              action: editCell(key: SVC.watchMvBox)),
+                              action: editCell(key: SVC.watchInbox)),
                     SwitchRow(text: String.localized("pref_watch_sent_folder"),
                               switchValue: DcConfig.sentboxWatch,
                               action: editCell(key: SVC.watchSentbox)),