mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
always show language dialog on windows
This commit is contained in:
parent
7a730c2295
commit
b8e9e17fac
1 changed files with 8 additions and 1 deletions
|
|
@ -2203,7 +2203,14 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
|
|
||||||
/* USER INTERACTION */
|
/* USER INTERACTION */
|
||||||
|
|
||||||
if (getenv ("ARDOUR_BUNDLED")) {
|
if (
|
||||||
|
#ifdef PLATFORM_WINDOWS
|
||||||
|
true
|
||||||
|
#else
|
||||||
|
getenv ("ARDOUR_BUNDLED")
|
||||||
|
#endif
|
||||||
|
)
|
||||||
|
{
|
||||||
add_option (_("User interaction"),
|
add_option (_("User interaction"),
|
||||||
new BoolOption (
|
new BoolOption (
|
||||||
"enable-translation",
|
"enable-translation",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue