| 1306 | } |
| 1307 | |
| 1308 | float64 Settings::dialogsWidthRatio(bool nochat) const { |
| 1309 | const auto withchat = dialogsWithChatWidthRatio(); |
| 1310 | return (!nochat || withchat > 0) ? withchat : dialogsNoChatWidthRatio(); |
| 1311 | } |
| 1312 | |
| 1313 | float64 Settings::dialogsWithChatWidthRatio() const { |
| 1314 | return _dialogsWithChatWidthRatio.current(); |
no outgoing calls
no test coverage detected