-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
148 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1293,15 +1293,12 @@ public class Dialogs.Preferences.PreferencesWindow : Adw.PreferencesWindow { | |
var settings_header = new Dialogs.Preferences.SettingsHeader (_("CalDAV Setup")); | ||
|
||
var username_entry = new Adw.EntryRow (); | ||
username_entry.text = "[email protected]"; | ||
username_entry.title = _("User Name"); | ||
|
||
var password_entry = new Adw.PasswordEntryRow (); | ||
password_entry.text = "Estrater@200"; | ||
password_entry.title = _("Password"); | ||
|
||
var server_entry = new Adw.EntryRow (); | ||
server_entry.text = "https://evi.nl.tab.digital/"; | ||
server_entry.title = _("Server URL"); | ||
|
||
var providers_model = new Gtk.StringList (null); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.