Skip to content

Commit 4ae9f89

Browse files
author
saminsakur8@gmail.com
committed
Initial commit
1 parent 02421a2 commit 4ae9f89

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
*.spec
22
.vscode
3+
*.db
4+
webBrowserDB.db
35
.idea
46
workspace.xml
57
__pycache__
@@ -15,4 +17,4 @@ dist
1517
Installer.exe
1618
*.exe
1719
Installer.zip
18-
webBrowserDB.db
20+
webBrowserDB.db

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@ def __init__(self, parent=None, *args, **kwargs):
10101010

10111011
def main():
10121012
app = QApplication(sys.argv)
1013+
app.styleHints().setShowShortcutsInContextMenus(False)
10131014

10141015
# Set the window name
10151016
QApplication.setApplicationName("Simple Web Browser")

webBrowserDB.db

-8 KB
Binary file not shown.

0 commit comments

Comments
 (0)