mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
added force recheck of possibly modified files when the button is used
This commit is contained in:
parent
38725628b0
commit
641281048f
3 changed files with 10 additions and 4 deletions
|
@ -285,6 +285,9 @@ border-image: url(:/images/closepressed.png)
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="checkButton">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Forces the re-check of all shared directories. While automatic file checking only cares for new/removed files for efficiency reasons, this button will force the re-scan of all files, possibly re-hashing existing files that may have changed. </p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>check files</string>
|
||||
</property>
|
||||
|
@ -396,8 +399,8 @@ border-image: url(:/images/closepressed.png)
|
|||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="../icons.qrc"/>
|
||||
<include location="../images.qrc"/>
|
||||
<include location="../icons.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue