From 4c8a4ec769580b8d084b0c4dd02a69433f386501 Mon Sep 17 00:00:00 2001 From: blat-blatnik Date: Wed, 1 Dec 2021 08:02:36 +0100 Subject: [PATCH] Reset to default. --- IDE/src/Settings.bf | 1 + 1 file changed, 1 insertion(+) diff --git a/IDE/src/Settings.bf b/IDE/src/Settings.bf index a965c6d5..6065643e 100644 --- a/IDE/src/Settings.bf +++ b/IDE/src/Settings.bf @@ -432,6 +432,7 @@ namespace IDE DeleteAndNullify!(mColors); mColors = new .(); mScale = 100; + mInsertNewTabs = .LeftOfExistingTabs; ClearAndDeleteItems(mTheme); }