|
@@ -41,6 +41,7 @@ class SettingsFileLocationCustomzierState
|
|
|
title: FlowyText.regular(
|
|
|
LocaleKeys.settings_files_defaultLocation.tr(),
|
|
|
fontSize: 15.0,
|
|
|
+ overflow: TextOverflow.ellipsis,
|
|
|
),
|
|
|
subtitle: Tooltip(
|
|
|
message: LocaleKeys.settings_files_doubleTapToCopy.tr(),
|
|
@@ -53,6 +54,7 @@ class SettingsFileLocationCustomzierState
|
|
|
child: FlowyText.regular(
|
|
|
state.path ?? '',
|
|
|
fontSize: 10.0,
|
|
|
+ overflow: TextOverflow.ellipsis,
|
|
|
),
|
|
|
),
|
|
|
),
|