fix: add current provider
Some checks failed
Build / Flatpak (x86_64) (push) Failing after 8m42s

This commit is contained in:
0xMRTT 2023-05-21 23:24:23 +02:00
parent 3ab6a403b9
commit 2f77b51d0f

View File

@ -365,6 +365,7 @@ Use Theme: {self.use_theme}
Use Text View: {self.use_text_view} Use Text View: {self.use_text_view}
Clear After Send: {self.clear_after_send} Clear After Send: {self.clear_after_send}
Close All Without Dialog: {self.close_all_without_dialog} Close All Without Dialog: {self.close_all_without_dialog}
Current Provider: {self.provider}
""" """
) )
about.present() about.present()