revert: main.py release notes change

This commit is contained in:
K.B.Dharun Krishna
2023-03-26 23:40:41 +05:30
parent 95cf7ed691
commit f5acf6d256
2 changed files with 15 additions and 26 deletions

View File

@@ -38,10 +38,6 @@ from .save_games import save_games
from .steam_parser import steam_parser
from .window import CartridgesWindow
release_notes = """
<p>First stable release</p>
"""
class CartridgesApplication(Adw.Application):
def __init__(self):
super().__init__(
@@ -130,9 +126,7 @@ class CartridgesApplication(Adw.Application):
issue_url="https://github.com/kra-mo/cartridges/issues/new",
website="https://github.com/kra-mo/cartridges",
# Translators: Replace this with your name for it to show up in the about window
translator_credits=_("translator_credits"),
release_notes_version=("1.1"),
release_notes=_(release_notes)
translator_credits=_("translator_credits")
)
about.present()