Removed back to exit

Need feature in theory, but the implementation is lacking and will block the android app. I may revisit this in the future
This commit is contained in:
JHubi1 2024-08-20 18:27:46 +02:00
parent 732ad10b14
commit 68d2bc343f
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
4 changed files with 878 additions and 923 deletions

View File

@ -5,11 +5,6 @@
"description": "Title of the application", "description": "Title of the application",
"context": "Visible in the side bar" "context": "Visible in the side bar"
}, },
"backToExit": "Press back again to exit",
"@backToExit": {
"description": "Text displayed when the back button is pressed to exit the app",
"context": "Visible in the chat view"
},
"optionNewChat": "New Chat", "optionNewChat": "New Chat",
"@optionNewChat": { "@optionNewChat": {
"description": "Text displayed for new chat option", "description": "Text displayed for new chat option",

File diff suppressed because it is too large Load Diff

View File

@ -32,18 +32,18 @@ void main() async {
// ---------- // ----------
await execute('Windows x64', flutterExecutable, [ // await execute('Windows x64', flutterExecutable, [
'build', // 'build',
'windows', // 'windows',
'--obfuscate', // '--obfuscate',
'--split-debug-info=build\\debugWindows' // '--split-debug-info=build\\debugWindows'
]); // ]);
await execute( // await execute(
'Windows x64 installer', // 'Windows x64 installer',
'iscc.exe', // 'iscc.exe',
['windows_installer/x64.iss', '/qp', '/dAppVersion=$version'], // ['windows_installer/x64.iss', '/qp', '/dAppVersion=$version'],
" > Inno Setup is not installed. Please install it from https://www.jrsoftware.org/isdl.php#stable\n Then add the Inno Setup directory to your PATH environment variable."); // " > Inno Setup is not installed. Please install it from https://www.jrsoftware.org/isdl.php#stable\n Then add the Inno Setup directory to your PATH environment variable.");
// ---------- // ----------

View File

@ -1,6 +1,5 @@
{ {
"de": [ "de": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",
@ -22,7 +21,6 @@
], ],
"it": [ "it": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",
@ -44,7 +42,6 @@
], ],
"tr": [ "tr": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",
@ -66,7 +63,6 @@
], ],
"zh": [ "zh": [
"backToExit",
"deleteChat", "deleteChat",
"renameChat", "renameChat",
"settingsDescriptionBehavior", "settingsDescriptionBehavior",