Skip to content

Commit

Permalink
CB-4280 resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yagudin10 committed Mar 26, 2024
1 parent 74149cb commit 0734f21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import org.jkiss.dbeaver.model.navigator.DBNBrowseSettings;
import org.jkiss.dbeaver.model.security.SMAuthProviderCustomConfiguration;
import org.jkiss.dbeaver.registry.DataSourceNavigatorSettings;
import org.jkiss.dbeaver.runtime.DBWorkbench;
import org.jkiss.dbeaver.runtime.IVariableResolver;
import org.jkiss.dbeaver.utils.ContentUtils;
import org.jkiss.dbeaver.utils.PrefUtils;
Expand Down Expand Up @@ -92,7 +93,7 @@ public void loadServerConfiguration(Path configPath) throws DBException {
}

// Set default preferences
PrefUtils.setDefaultPreferenceValue(ModelPreferences.getPreferences(),
PrefUtils.setDefaultPreferenceValue(DBWorkbench.getPlatform().getPreferenceStore(),
ModelPreferences.UI_DRIVERS_HOME,
getServerConfiguration().getDriversLocation());
}
Expand Down

0 comments on commit 0734f21

Please sign in to comment.