Update subtitle for finetuning toggle

This commit is contained in:
Aleksandras Kostarevas 2024-04-22 22:20:18 -04:00
parent 46daec4972
commit 15eb04895d

View File

@ -40,7 +40,7 @@ fun PredictiveTextScreen(navController: NavHostController = rememberNavControlle
if(transformerLmEnabled) {
SettingToggleDataStore(
title = "Transformer fine-tuning",
subtitle = "This feature is pending more work",
subtitle = "May kill your battery if enabled! This feature is pending more work",
setting = USE_TRANSFORMER_FINETUNING
)