Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummerle committed Mar 17, 2021
1 parent 0d2074a commit 09d7753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Rare/Components/Tabs/CloudSaves/CloudSaves.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

from PyQt5.QtCore import QThread, pyqtSignal, Qt
from PyQt5.QtWidgets import *
from custom_legendary.core import LegendaryCore
from custom_legendary.models.game import SaveGameStatus

from Rare.Components.Dialogs.PathInputDialog import PathInputDialog
from Rare.Components.Tabs.CloudSaves.SyncWidget import SyncWidget
from Rare.utils.QtExtensions import WaitingSpinner
from custom_legendary.core import LegendaryCore
from custom_legendary.models.game import SaveGameStatus

logger = getLogger("Sync Saves")

Expand Down Expand Up @@ -54,7 +54,6 @@ def setup_ui(self, saves: list):
self.main_layout.addWidget(self.title)
self.main_layout.addWidget(self.sync_all_button)


if len(saves) == 0:
# QMessageBox.information(self.tr("No Games Found"), self.tr("Your games don't support cloud save"))
self.widget = QLabel("No Games found, supporting cloud saves")
Expand Down
2 changes: 1 addition & 1 deletion Rare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os

__version__ = "0.9.3"
__version__ = "0.9.4"
style_path = os.path.join(os.path.dirname(__file__), "Styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")

0 comments on commit 09d7753

Please sign in to comment.