Add default mod import folder.

This commit is contained in:
Ottermandias 2022-06-07 12:39:57 +02:00
parent 7390f97d81
commit 2aed252820
5 changed files with 80 additions and 7 deletions

View file

@ -126,7 +126,7 @@ public partial class ConfigWindow
// on the top-right corner of the window/tab.
private void DrawRemoveSettings()
{
const string text = "Remove Settings";
const string text = "Inherit Settings";
if( _inherited || _emptySetting )
{
return;