Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alyaparan authored Jun 8, 2024
1 parent f064beb commit 74f75b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def initUI(self):
self.setupBrowser()
self.setupToolBar()
self.setupOptionsDock()
self.setWindowTitle("Custom Browser")
self.setWindowTitle("OmniBrow v1.0.2")
self.show()

def setupBrowser(self):
Expand Down Expand Up @@ -104,7 +104,7 @@ def setupDomainInformation(self, layout):

def update_title(self):
title = self.browser.page().title()
self.setWindowTitle("% s - Custom Browser" % title)
self.setWindowTitle("% s - OmniBrow v1.0.2" % title)

def navigate_home(self):
self.browser.setUrl(QUrl("http://www.google.com"))
Expand Down

0 comments on commit 74f75b3

Please sign in to comment.