make first release ready
This commit is contained in:
@@ -23,7 +23,7 @@ import sys
|
||||
from mymuell2caldav.databinding.CalendarSync import CalendarSync
|
||||
from mymuell2caldav.databinding.MyMuellDataModel import MyMuellDataModel
|
||||
from mymuell2caldav.utils.GuiWorker import GuiWorker
|
||||
|
||||
from mymuell2caldav.version import VERSION
|
||||
|
||||
class MyMuell2CalDavGui(QMainWindow):
|
||||
def __init__(self, parent=None):
|
||||
@@ -249,7 +249,7 @@ class MyMuell2CalDavGui(QMainWindow):
|
||||
|
||||
# self.setGeometry(300, 300, 1000, 800)
|
||||
self.setMinimumWidth(500)
|
||||
self.setWindowTitle("MyMuell DAV GUI")
|
||||
self.setWindowTitle("MyMuell 2 CalDAV Version " + VERSION )
|
||||
|
||||
def slot_process_finished(self, result: bool, msg: str):
|
||||
if result:
|
||||
|
||||
Reference in New Issue
Block a user