mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
import settings: forbid plugins ui cache to be imported (IDEA-78218 ) [yole]
(cherry picked from commit aa0f2c83a769164312f71fd9f2ba3443fd64e563)
This commit is contained in:
@@ -36,8 +36,8 @@ import org.jetbrains.annotations.NonNls;
|
||||
name = "PluginManagerConfigurable",
|
||||
storages = {
|
||||
@Storage(
|
||||
file = "$APP_CONFIG$/other.xml")
|
||||
}
|
||||
file = "$APP_CONFIG$/plugin_ui.xml")
|
||||
}
|
||||
)
|
||||
public class PluginManagerUISettings implements PersistentStateComponent<Element> {
|
||||
private static final Logger LOG = Logger.getInstance("#com.intellij.ide.plugins.PluginManagerUISettings");
|
||||
|
||||
Reference in New Issue
Block a user