forked from Shinonome/dots-hyprland
remove debug print
This commit is contained in:
@@ -45,7 +45,6 @@ Item { // Wrapper
|
|||||||
{
|
{
|
||||||
action: "accentcolor",
|
action: "accentcolor",
|
||||||
execute: (args) => {
|
execute: (args) => {
|
||||||
console.log(args)
|
|
||||||
executor.executeCommand(
|
executor.executeCommand(
|
||||||
`${xdgConfigHome}/quickshell/scripts/switchwall.sh --noswitch --color ${args != '' ? ("'"+args+"'") : ""}`
|
`${xdgConfigHome}/quickshell/scripts/switchwall.sh --noswitch --color ${args != '' ? ("'"+args+"'") : ""}`
|
||||||
.replace(/file:\/\//, ""))
|
.replace(/file:\/\//, ""))
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ import QtQuick.Layouts
|
|||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Widgets
|
import Quickshell.Widgets
|
||||||
import Quickshell.Wayland
|
|
||||||
import Quickshell.Hyprland
|
import Quickshell.Hyprland
|
||||||
import Qt5Compat.GraphicalEffects
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
@@ -69,7 +68,7 @@ ColumnLayout {
|
|||||||
if (!editing) {
|
if (!editing) {
|
||||||
renderLatex()
|
renderLatex()
|
||||||
} else {
|
} else {
|
||||||
console.log("Editing mode enabled", segmentContent)
|
// console.log("Editing mode enabled", segmentContent)
|
||||||
textArea.text = segmentContent
|
textArea.text = segmentContent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user