mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Will no longer show incomplete languages. [skip ci]
This commit is contained in:
@@ -102,7 +102,6 @@ class PreferencesController extends Controller
|
||||
$tjOptionalFields = Preferences::get('transaction_journal_optional_fields', [])->data;
|
||||
$is2faEnabled = Preferences::get('twoFactorAuthEnabled', 0)->data; // twoFactorAuthEnabled
|
||||
$has2faSecret = null !== Preferences::get('twoFactorAuthSecret'); // hasTwoFactorAuthSecret
|
||||
$showIncomplete = true === env('SHOW_INCOMPLETE_TRANSLATIONS', false);
|
||||
|
||||
return view(
|
||||
'preferences.index',
|
||||
@@ -117,7 +116,6 @@ class PreferencesController extends Controller
|
||||
'fiscalYearStart',
|
||||
'is2faEnabled',
|
||||
'has2faSecret',
|
||||
'showIncomplete',
|
||||
'showDeps'
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user