~ztefn/haguichi/1.4

« back to all changes in this revision

Viewing changes to src/haguichi.vala

  • Committer: Stephen Brandt
  • Date: 2023-10-21 16:47:20 UTC
  • Revision ID: git-v1:58aa13c43fa59da1ba0fa57203fcd309fd0b56a1
Fix styles for popovers in elementary stylesheet

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        Debug.log (Debug.domain.ENVIRONMENT, "Haguichi.startup", "Running inside Flatpak sandbox: " + running_in_flatpak.to_string());
94
94
        Command.spawn_wrap = running_in_flatpak ? "flatpak-spawn --host " : "";
95
95
        
96
 
#if USE_LIBHANDY
97
 
        Hdy.init();
98
 
#endif
99
96
        Text.init();
100
97
        Settings.init();
101
98