Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复“允许鼠标滚轮缩放文本大小”翻译再次丢失的问题 #290

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/settings/settings_translation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ void GenerateSettingTranslate()
Q_UNUSED(advanced_scroll_scroll_on_keyText);
auto advanced_scroll_scroll_on_outputText = QObject::tr("Scroll on output");
Q_UNUSED(advanced_scroll_scroll_on_outputText);
auto advanced_scroll_zoom_on_ctrl_scrollwheel = QObject::tr("Allow Ctrl+scrollwheel to zoom text size");
BLumia marked this conversation as resolved.
Show resolved Hide resolved
Q_UNUSED(advanced_scroll_zoom_on_ctrl_scrollwheel);
auto advanced_window_auto_hide_raytheon_windowText = QObject::tr("Hide Quake window after losing focus");
Q_UNUSED(advanced_window_auto_hide_raytheon_windowText);
auto advanced_window_quake_window_durationText = QObject::tr("Quake window animation speed");
Expand Down
Loading