mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-21 07:56:32 -04:00
Added back button to tabs
This commit is contained in:
parent
6283eeea1c
commit
ae9900acb4
16
.vs/VSWorkspaceState.json
Normal file
16
.vs/VSWorkspaceState.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
"",
|
||||
"\\desktop",
|
||||
"\\desktop\\onionshare",
|
||||
"\\desktop\\onionshare\\tab",
|
||||
"\\desktop\\onionshare\\tab\\mode",
|
||||
"\\desktop\\onionshare\\tab\\mode\\receive_mode",
|
||||
"\\desktop\\onionshare\\tab\\mode\\share_mode",
|
||||
"\\desktop\\onionshare\\tab\\mode\\website_mode",
|
||||
"\\desktop\\package",
|
||||
"\\desktop\\scripts"
|
||||
],
|
||||
"SelectedNode": "\\desktop\\onionshare\\tab\\mode\\website_mode\\__init__.py",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
BIN
.vs/onionshare/v16/.suo
Normal file
BIN
.vs/onionshare/v16/.suo
Normal file
Binary file not shown.
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@ -210,6 +210,4 @@ class WebsiteMode(Mode):
|
||||
"""
|
||||
Returns the type of mode as a string (e.g. "share", "receive", etc.)
|
||||
"""
|
||||
return "website"
|
||||
|
||||
# Additional methods remain unchanged
|
||||
return "website"
|
Loading…
x
Reference in New Issue
Block a user