mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
Add a clarifying comment on the image processor name
Signed-off-by: Eric Promislow <epromislow@suse.com>
This commit is contained in:
@@ -26,7 +26,8 @@ import buildApplicationMenu from '@/main/mainmenu';
|
||||
Electron.app.setName('Rancher Desktop');
|
||||
|
||||
const console = Logging.background;
|
||||
// Maybe let people switch this on the fly
|
||||
// If/when we support more than one image processor this will be a pref with a watcher
|
||||
// for changes, but it's fine as a constant now.
|
||||
const ImageProviderName = 'nerdctl';
|
||||
|
||||
const k8smanager = newK8sManager();
|
||||
|
||||
Reference in New Issue
Block a user