mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Tooltip to explain unlimited backups.
This commit is contained in:
parent
c790135b52
commit
18226e4bcf
3 changed files with 8 additions and 1 deletions
|
@ -38,6 +38,7 @@ install_requires =
|
|||
keyring
|
||||
apscheduler
|
||||
sentry-sdk
|
||||
pyobjc-core; sys_platform == 'darwin'
|
||||
pyobjc-framework-Cocoa; sys_platform == 'darwin'
|
||||
tests_require =
|
||||
pytest
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<string notr="true">margin-bottom: 10</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>Remote or local backup repository. For secure remote bakcups, try <a href="https://www.borgbase.com?utm_source=vorta"><span style=" text-decoration: underline; color:#0000ff;">BorgBase</span></a>. 100GB free during Beta.</p></body></html></string>
|
||||
<string><html><head/><body><p>Remote or local backup repository. For secure remote bakcups, try <a href="https://www.borgbase.com/?utm_source=vorta&utm_medium=app" target="_blank"><span style=" text-decoration: underline; color:#0000ff;">BorgBase</span></a>. 100GB free during Beta.</p></body></html></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -104,6 +104,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="prune_hour">
|
||||
<property name="toolTip">
|
||||
<string>Use -1 for unlimited.</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
|
@ -118,6 +121,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="prune_day">
|
||||
<property name="toolTip">
|
||||
<string>Use -1 for unlimited.</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>-1</number>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue