mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Add show/hide statusbar option
This commit is contained in:
committed by
Vladimir Golovnev (Glassez)
parent
1f9ccb44a3
commit
0940a8a764
@@ -110,6 +110,7 @@
|
||||
</widget>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionTopToolBar"/>
|
||||
<addaction name="actionShowStatusbar"/>
|
||||
<addaction name="actionSpeedInTitleBar"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSearchWidget"/>
|
||||
@@ -300,6 +301,14 @@
|
||||
<string>Display Top Toolbar</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShowStatusbar">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Status &Bar</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSpeedInTitleBar">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user