Skip to content

Commit

Permalink
FEAT(client): profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartmnt committed Jan 3, 2025
1 parent e64f334 commit bfd0202
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 847 deletions.
2 changes: 1 addition & 1 deletion src/mumble/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ void MainWindow::openUrl(const QUrl &url) {

try {
Settings newSettings;
newSettings.load(f.fileName());
newSettings.loadFile(f.fileName());

std::swap(newSettings, Global::get().s);

Expand Down
Loading

0 comments on commit bfd0202

Please sign in to comment.