mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-05-03 21:33:57 -04:00
[EGD-7813] Option Window titles localizations fix
Option Window titles localizations fix.
This commit is contained in:
committed by
Przemysław Brudny
parent
8ad0a7d603
commit
7fbaf735ed
@@ -122,10 +122,9 @@ namespace app
|
||||
[](ApplicationCommon *app, const std::string &name) {
|
||||
return std::make_unique<gui::DialogYesNo>(app, name);
|
||||
});
|
||||
windowsFactory.attach(utils::translate("common_options_title"),
|
||||
[](ApplicationCommon *app, const std::string &name) {
|
||||
return std::make_unique<gui::OptionWindow>(app, name);
|
||||
});
|
||||
windowsFactory.attach(window::name::option_window, [](ApplicationCommon *app, const std::string &name) {
|
||||
return std::make_unique<gui::OptionWindow>(app, name);
|
||||
});
|
||||
|
||||
attachPopups({gui::popup::ID::Volume,
|
||||
gui::popup::ID::Tethering,
|
||||
|
||||
Reference in New Issue
Block a user