Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Syng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Stahl
Syng
Commits
45b6880c
Commit
45b6880c
authored
1 month ago
by
Christoph Stahl
Browse files
Options
Downloads
Patches
Plain Diff
Removed extra "show advanced" box
parent
806d2676
No related branches found
No related tags found
No related merge requests found
Pipeline
#286222
passed
1 month ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
syng/gui.py
+2
-2
2 additions, 2 deletions
syng/gui.py
with
2 additions
and
2 deletions
syng/gui.py
+
2
−
2
View file @
45b6880c
...
@@ -504,9 +504,9 @@ class GeneralConfig(OptionFrame):
...
@@ -504,9 +504,9 @@ class GeneralConfig(OptionFrame):
[
"
debug
"
,
"
info
"
,
"
warning
"
,
"
error
"
,
"
critical
"
],
[
"
debug
"
,
"
info
"
,
"
warning
"
,
"
error
"
,
"
critical
"
],
config
[
"
log_level
"
],
config
[
"
log_level
"
],
)
)
self
.
add_bool_option
(
"
show_advanced
"
,
"
Show Advanced Options
"
,
config
[
"
show_advanced
"
])
#
self.add_bool_option("show_advanced", "Show Advanced Options", config["show_advanced"])
self
.
simple_options
=
[
"
server
"
,
"
room
"
,
"
secret
"
,
"
show_advanced
"
]
self
.
simple_options
=
[
"
server
"
,
"
room
"
,
"
secret
"
]
if
not
config
[
"
show_advanced
"
]:
if
not
config
[
"
show_advanced
"
]:
for
option
in
self
.
option_names
.
difference
(
self
.
simple_options
):
for
option
in
self
.
option_names
.
difference
(
self
.
simple_options
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment