Open JE-Amouel opened 2 months ago
It can't be changed by settings now. I think It can be improved.
diff --git a/floatingDock@sun.wxg@gmail.com/mainButton.js b/floatingDock@sun.wxg@gmail.com/mainButton.js
index 7ebf70f..00cbe5a 100644
--- a/floatingDock@sun.wxg@gmail.com/mainButton.js
+++ b/floatingDock@sun.wxg@gmail.com/mainButton.js
@@ -79,6 +79,8 @@ class MainButton extends St.Button {
}
_addWatch() {
+ return;
+
if (this._watchId != 0)
return;
If you want to have a quick and temp fix, you can change your local file following this patch.
THANKS :+1:
Hi, is possible to keep the control button icon visible? i just set a different icon for my button and i would like to see it, so i prefer when it always visible, it also serve as a visual anchor, because when i need to use it i know want i am looking for.
THANKS