From def9f251739e9a0d6d0ff1c98dc4562dade3e9ef Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 15 Aug 2023 19:55:52 -0400 Subject: Implement "fill address" in instance settings Implement the "fill address" action in the instance login settings frame that is in the network tab. --- src/archive/mastodon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/archive/mastodon.h') diff --git a/src/archive/mastodon.h b/src/archive/mastodon.h index 48be1f3..15a89f2 100644 --- a/src/archive/mastodon.h +++ b/src/archive/mastodon.h @@ -19,6 +19,7 @@ public: void update_status_list(ViewStatusTypes allowed_types, QListWidget *parent); const QString get_html_status_info(int status_index, int text_zone_width, StatusType status_type, QLocale* locale); const QString get_html_status_text(int status_index); + const QString get_instance_address(); private: QDir archive_root_dir; QDir attachment_dir; -- cgit v1.2.3-54-g00ecf