aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorConfuSomu2023-02-25 15:58:21 -0500
committerConfuSomu2023-02-25 15:58:21 -0500
commit4579089fde7d3c64ed98767714700f30e243e7ae (patch)
treed1192bad0bec7003bd8b761a0a91d8021ff4b90a /src/mainwindow.ui
parentbc0fc0bbf4557f66b8ee2ed82b1a8a4881b5856c (diff)
downloadActorViewer-4579089fde7d3c64ed98767714700f30e243e7ae.tar
ActorViewer-4579089fde7d3c64ed98767714700f30e243e7ae.tar.gz
ActorViewer-4579089fde7d3c64ed98767714700f30e243e7ae.zip
Implement Announce activity support
This commit adds support for listing Announce activities/reblogs in the status list. These can be hidden using the new "Show reblogs" action in the "View" menu.
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 9a21968..4019896 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -108,6 +108,7 @@ p, li { white-space: pre-wrap; }
<addaction name="actionDirect_messages"/>
<addaction name="separator"/>
<addaction name="actionOnly_with_attachment"/>
+ <addaction name="actionReblogs"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuView"/>
@@ -207,6 +208,17 @@ p, li { white-space: pre-wrap; }
<string>Only list toots that have an attachment</string>
</property>
</action>
+ <action name="actionReblogs">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Show reblogs</string>
+ </property>
+ </action>
</widget>
<tabstops>
<tabstop>listWidget</tabstop>