https://bugs.kde.org/show_bug.cgi?id=390330

--- Comment #2 from Ahmad El-Gazzaz <ahmadelgaz...@gmail.com> ---
I edited the file: /usr/lib64/qt5/qml/org/kde/plasma/calendar/MonthView.qml

The commented line is the Original and the one I edited is below it.

Calendar {
        id: calendarBackend

        days: 7
        weeks: 6
        //firstDayOfWeek: Qt.locale().firstDayOfWeek    
        firstDayOfWeek: 6
        today: root.today

        Component.onCompleted: {
            daysModel.setPluginsManager(EventPluginsManager);
        }

        onYearChanged: {
            updateYearOverview()
            updateDecadeOverview()
        }
    }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to