diff --git a/EntryTemplateManager.cs b/EntryTemplateManager.cs index c16d033..d68ed4c 100644 --- a/EntryTemplateManager.cs +++ b/EntryTemplateManager.cs @@ -42,7 +42,7 @@ public EntryTemplateManager(IPluginHost host, PwEntryForm form) { form.EntrySaving += form_EntrySaving; our_page.UseVisualStyleBackColor = true; form_tab_control.TabPages.Insert(0, our_page); - if (entry_is_child || entry_is_template) + if (entry_is_child || entry_is_template && !KeePassLib.Native.NativeLib.IsUnix()) form_tab_control.SelectTab(0); }