mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Marked string used at localization.
* Correct save changed color
This commit is contained in:
parent
39fae3777c
commit
e0933786e3
13 changed files with 6149 additions and 946 deletions
|
@ -34,8 +34,9 @@ struct Option {
|
|||
widget_t side_widget {nullptr};
|
||||
bool readonly {false};
|
||||
|
||||
Option(const ConfigOptionDef& _opt, t_config_option_key id) :
|
||||
opt(_opt), opt_id(id) {}
|
||||
Option(const ConfigOptionDef& _opt, t_config_option_key id) :
|
||||
opt(_opt), opt_id(id) { translate(); }
|
||||
void translate();
|
||||
};
|
||||
using t_option = std::unique_ptr<Option>; //!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue