1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

DownloadsTab: Move ui to the correct location

This commit is contained in:
Stelios Tsampas 2021-12-01 14:34:19 +02:00
parent c412c91c79
commit ff39393374
No known key found for this signature in database
GPG key ID: 2FAEBF7B5BE5FD7C
6 changed files with 6 additions and 6 deletions

View file

@ -4,15 +4,15 @@ from logging import getLogger
from PyQt5.QtCore import QThread, pyqtSignal, QSettings
from PyQt5.QtWidgets import QWidget, QMessageBox, QVBoxLayout, QLabel, QPushButton, \
QGroupBox
from legendary.core import LegendaryCore
from legendary.models.downloading import UIUpdate
from legendary.models.game import Game, InstalledGame
from rare import shared
from rare.components.dialogs.install_dialog import InstallDialog
from rare.components.tabs.downloads.dl_queue_widget import DlQueueWidget, DlWidget
from rare.components.tabs.downloads.dl_tab import Ui_DownloadWidget
from rare.components.tabs.downloads.download_thread import DownloadThread
from rare.ui.components.tabs.downloads.dl_tab import Ui_DownloadWidget
from rare.utils.models import InstallOptionsModel, InstallQueueItemModel
from rare.utils.utils import get_size

View file

@ -680,7 +680,7 @@ Download < /translation>
< context >
<name>DownloadWidget < /name>
< message >
<location filename = "../components/tabs/downloads/dl_tab.py"
<location filename = "../ui/components/tabs/downloads/dl_tab.py"
line = "121" / >
<source>No
active
@ -690,7 +690,7 @@ aktiver
Download < /translation>
< /message>
< message >
<location filename = "../components/tabs/downloads/dl_tab.py"
<location filename = "../ui/components/tabs/downloads/dl_tab.py"
line = "122" / >
<source>Stop
Download < /source>

View file

@ -463,12 +463,12 @@
<context>
<name>DownloadWidget</name>
<message>
<location filename="../components/tabs/downloads/dl_tab.py" line="121"/>
<location filename="../ui/components/tabs/downloads/dl_tab.py" line="121"/>
<source>No active download</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../components/tabs/downloads/dl_tab.py" line="122"/>
<location filename="../ui/components/tabs/downloads/dl_tab.py" line="122"/>
<source>Stop Download</source>
<translation type="unfinished"></translation>
</message>