#2714: Migrate git branches from "develop" to "main" and "master" to "release"

This commit is contained in:
Patrizio Bekerle 2023-01-28 14:00:28 +01:00
parent 230c2b40db
commit dc05738fff
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
98 changed files with 739 additions and 739 deletions

View file

@ -4,7 +4,7 @@ import QtQml 2.0
* This script adds custom styles to the application
*
* You can get the object names from the *.ui files, for example
* https://github.com/pbek/QOwnNotes/blob/develop/src/mainwindow.ui
* https://github.com/pbek/QOwnNotes/blob/main/src/mainwindow.ui
*
* Take a look at http://doc.qt.io/qt-5/stylesheet-reference.html for
* a reference of what styles are available.