Add volume curve setting (#658)

* Add volume curve setting

* Qt: Add missing translations
This commit is contained in:
wheremyfoodat
2024-12-03 14:16:57 +02:00
committed by GitHub
parent 545ac81d81
commit 5f822b32d5
7 changed files with 60 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ using namespace Zep;
TextEditorWindow::TextEditorWindow(QWidget* parent, const std::string& filename, const std::string& initialText)
: QDialog(parent), zepWidget(this, qApp->applicationDirPath().toStdString(), fontSize) {
setWindowTitle("Lua Editor");
setWindowTitle(tr("Lua Editor"));
resize(600, 600);
// Register our extensions