Settings: cleanup of TimeWeather and ScreenRecorder
This commit is contained in:
parent
19431fa6a2
commit
a7e40e643b
4 changed files with 76 additions and 288 deletions
|
|
@ -1,8 +1,9 @@
|
|||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import qs.Settings
|
||||
import qs.Components
|
||||
import qs.Settings
|
||||
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
|
|
@ -14,7 +15,6 @@ Rectangle {
|
|||
border.width: 1 * Theme.uiScale
|
||||
|
||||
property bool useFahrenheit: Settings.settings.useFahrenheit
|
||||
|
||||
|
||||
Rectangle {
|
||||
id: slider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue