Commit 52fe55092f5e66673f96d660875b50fc3ac3eaf1
1 parent
ab209f02
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/preferencias/index.js
... | ... | @@ -416,7 +416,7 @@ i3GEOF.preferencias = { |
416 | 416 | titulo: $trad('tipoJanelaAguarde',i3GEOF.preferencias.dicionario), |
417 | 417 | tipo: "select", |
418 | 418 | elemento: "i3GEO.janela.ESTILOAGUARDE", |
419 | - opcoes: ["normal","reduzida","minima"] | |
419 | + opcoes: ["normal","reduzida","minima","nenhum"] | |
420 | 420 | },{ |
421 | 421 | titulo: $trad('janelaAguardeBloqueiaMapa',i3GEOF.preferencias.dicionario), |
422 | 422 | tipo: "boolean", | ... | ... |