forked from Shinonome/dots-hyprland
settings: add osd timeout
This commit is contained in:
@@ -306,6 +306,20 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ContentSection {
|
||||||
|
title: "On-screen display"
|
||||||
|
ConfigSpinBox {
|
||||||
|
text: "Timeout (ms)"
|
||||||
|
value: Config.options.osd.timeout
|
||||||
|
from: 100
|
||||||
|
to: 3000
|
||||||
|
stepSize: 100
|
||||||
|
onValueChanged: {
|
||||||
|
Config.options.osd.timeout = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ContentSection {
|
ContentSection {
|
||||||
title: "Overview"
|
title: "Overview"
|
||||||
ConfigSpinBox {
|
ConfigSpinBox {
|
||||||
|
|||||||
Reference in New Issue
Block a user