set Mac dock icon
parent
d556f25e5f
commit
f2b85968d3
Binary file not shown.
|
@ -4,6 +4,7 @@ SOURCES = main.cpp \
|
||||||
cluster.cpp \
|
cluster.cpp \
|
||||||
window.cpp
|
window.cpp
|
||||||
RESOURCES = systray.qrc
|
RESOURCES = systray.qrc
|
||||||
|
ICON = images/minikube.icns
|
||||||
|
|
||||||
QT += widgets
|
QT += widgets
|
||||||
requires(qtConfig(combobox))
|
requires(qtConfig(combobox))
|
||||||
|
|
|
@ -8,6 +8,7 @@ date: 2022-02-25
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- This guide will show you how to setup the minikube GUI
|
- This guide will show you how to setup the minikube GUI
|
||||||
|
- **WARNING!** This GUI is a prototype and therefore may be unstable or contain bugs. Please use at your own risk, we are not responsible for damages.
|
||||||
|
|
||||||
## Before You Begin
|
## Before You Begin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue