Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions po/Eyedropper.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Eyedropper\n"
"Report-Msgid-Bugs-To: https://github.com/FineFindus/eyedropper\n"
"POT-Creation-Date: 2026-01-26 19:15+0000\n"
"POT-Creation-Date: 2026-01-28 13:38+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -640,14 +640,14 @@ msgstr ""
msgid "Move Down"
msgstr ""

#: src/window.rs:326
#: src/window.rs:327
msgid "Cleared history"
msgstr ""

#: src/window.rs:327
#: src/window.rs:328
msgid "Undo"
msgstr ""

#: src/window.rs:467
#: src/window.rs:468
msgid "Failed to pick a color"
msgstr ""
1 change: 1 addition & 0 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ mod imp {
if PROFILE == "Devel" {
obj.add_css_class("devel");
}
obj.settings().set_gtk_icon_theme_name(Some("Adwaita"));

let main_context = glib::MainContext::default();
main_context.spawn_local(glib::clone!(
Expand Down