1
0
Fork 0
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:
Manu 2018-11-21 14:03:39 +08:00
parent c790135b52
commit 18226e4bcf
3 changed files with 8 additions and 1 deletions

View file

@ -38,6 +38,7 @@ install_requires =
keyring
apscheduler
sentry-sdk
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-Cocoa; sys_platform == 'darwin'
tests_require =
pytest

View file

@ -113,7 +113,7 @@
<string notr="true">margin-bottom: 10</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remote or local backup repository. For secure remote bakcups, try &lt;a href=&quot;https://www.borgbase.com?utm_source=vorta&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;BorgBase&lt;/span&gt;&lt;/a&gt;. 100GB free during Beta.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remote or local backup repository. For secure remote bakcups, try &lt;a href=&quot;https://www.borgbase.com/?utm_source=vorta&amp;utm_medium=app&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;BorgBase&lt;/span&gt;&lt;/a&gt;. 100GB free during Beta.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>

View file

@ -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>