We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efae2a3 commit 6592d01Copy full SHA for 6592d01
Sources/QuickBloxUIKit/SwiftUIView/Dialogs/DialogListViewModifier/DialogListViewModifier.swift
@@ -216,9 +216,9 @@ public struct TabIndex: Hashable {
216
}
217
218
public extension TabIndex {
219
- static let dialogs = TabIndex(title: QuickBloxUIKit.settings.theme.string.dialogs,
+ static let dialogs = TabIndex(title: "Dialogs",
220
systemIcon: "message.fill")
221
- static let settings = TabIndex(title: QuickBloxUIKit.settings.theme.string.settings,
+ static let settings = TabIndex(title: "Settings",
222
systemIcon: "gearshape.fill")
223
224
0 commit comments