Mercurial > minori
diff src/gui/window.cc @ 279:657fda1b9cac
*: clean up enums
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 19 Apr 2024 13:24:06 -0400 |
parents | f31305b9f60a |
children | 9a88e1725fd2 |
line wrap: on
line diff
--- a/src/gui/window.cc Thu Apr 18 17:24:42 2024 -0400 +++ b/src/gui/window.cc Fri Apr 19 13:24:06 2024 -0400 @@ -484,7 +484,7 @@ } void MainWindow::AsyncSynchronize(QAction* action, QStackedWidget* stack) { - if (session.config.service == Anime::Services::NONE) { + if (session.config.service == Anime::Service::None) { QMessageBox msg; msg.setWindowTitle(tr("Error synchronizing with service!")); msg.setText(tr("It seems you haven't yet selected a service to use."));