Add dialog to select original graph or autosaved graph.

Refactor graph styles holding objects.
Small style fixes.
This commit is contained in:
Oleg Sh
2025-01-05 21:05:35 +01:00
parent 7aa6eb8ed1
commit 6c4e18ce99
35 changed files with 1129 additions and 394 deletions

View File

@@ -278,4 +278,10 @@
$g_lang['wrong_image_background_size'] = "Image size is too big. Image size must be less than {0} pixels.";
$g_lang['text_size'] = "Text size";
$g_lang['you_have_autosave'] = "You have autosave for this graph.";
$g_lang['load_oiginal_or_autosaved'] = "Would you like to load original graph or autosaved graph?";
$g_lang['use_mouse_for_moving'] = "Use🖱for moving";
$g_lang['original_graph'] = "Original graph";
$g_lang['autosaved_graph'] = "Autosaved graph";
?>