Skip to content

Commit

Permalink
Fixed my mergo
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Aug 31, 2023
1 parent d591acf commit 98d3922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ void MainWindow::on_profileBox_currentIndexChanged(QString name) {

QtPassSettings::setProfile(name);

QtPassSettings::setPassStore(QtPassSettings::getProfiles().value(name));
QtPassSettings::setPassStore(QtPassSettings::getProfiles().value(name).value("path"));
QtPassSettings::setPassSigningKey(
QtPassSettings::getProfiles().value(name).value("signingKey"));
ui->statusBar->showMessage(tr("Profile changed to %1").arg(name), 2000);
Expand Down

0 comments on commit 98d3922

Please sign in to comment.