Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MBetterc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MBetterc
Commits
b43952ee
Commit
b43952ee
authored
Sep 26, 2025
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing config submodule in the repository
parent
e9ca7272
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
922 additions
and
2 deletions
+922
-2
.gitignore
.gitignore
+1
-2
__init__.py
mbetterclient/config/__init__.py
+15
-0
manager.py
mbetterclient/config/manager.py
+378
-0
settings.py
mbetterclient/config/settings.py
+528
-0
No files found.
.gitignore
View file @
b43952ee
...
@@ -145,7 +145,6 @@ ehthumbs.db
...
@@ -145,7 +145,6 @@ ehthumbs.db
Thumbs.db
Thumbs.db
# Project specific
# Project specific
config/
logs/
logs/
videos/
videos/
*.db
*.db
...
...
mbetterclient/config/__init__.py
0 → 100644
View file @
b43952ee
"""
Configuration management for MbetterClient
"""
from
.settings
import
AppSettings
,
DatabaseConfig
,
WebConfig
,
QtConfig
,
ApiConfig
from
.manager
import
ConfigManager
__all__
=
[
'AppSettings'
,
'DatabaseConfig'
,
'WebConfig'
,
'QtConfig'
,
'ApiConfig'
,
'ConfigManager'
]
\ No newline at end of file
mbetterclient/config/manager.py
0 → 100644
View file @
b43952ee
This diff is collapsed.
Click to expand it.
mbetterclient/config/settings.py
0 → 100644
View file @
b43952ee
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment