We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33206b commit e12ba18Copy full SHA for e12ba18
1 file changed
kubectl-ctx/Main.qml
@@ -2,7 +2,6 @@ import QtQuick
2
import Quickshell
3
import Quickshell.Io
4
import qs.Commons
5
-import qs.Services.UI
6
7
Item {
8
id: root
@@ -13,7 +12,7 @@ Item {
13
12
property var defaults: pluginApi?.manifest?.metadata?.defaultSettings || ({})
14
15
readonly property string kubeconfigPath: cfg.kubeconfigPath ?? defaults.kubeconfigPath ?? ""
16
- readonly property int pollInterval: cfg.pollInterval ?? defaults.pollInterval ?? 30
+ readonly property int pollInterval: cfg.pollInterval ?? defaults.pollInterval ?? 60
17
readonly property bool showErrorBadge: cfg.showErrorBadge ?? defaults.showErrorBadge ?? true
18
readonly property string terminal: cfg.terminal ?? defaults.terminal ?? ""
19
0 commit comments